You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by ha...@apache.org on 2020/01/08 00:41:19 UTC

[incubator-mxnet] branch master updated (ba376af -> f17d19b)

This is an automated email from the ASF dual-hosted git repository.

haoj pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git.


    from ba376af  Fix and clean up Ubuntu build from source instructions (#17229)
     add f17d19b  [Numpy] Add broadcast_to scalar case (#17233)

No new revisions were added by this update.

Summary of changes:
 python/mxnet/_numpy_op_doc.py                      | 35 ----------------------
 python/mxnet/ndarray/numpy/_op.py                  | 32 +++++++++++++++++++-
 python/mxnet/numpy/multiarray.py                   | 32 ++++++++++++++++++--
 python/mxnet/numpy/stride_tricks.py                |  4 +--
 python/mxnet/symbol/numpy/_symbol.py               | 32 +++++++++++++++++++-
 src/operator/numpy/np_broadcast_reduce_op_value.cc |  2 +-
 src/operator/numpy/np_broadcast_reduce_op_value.cu |  2 +-
 tests/python/unittest/test_numpy_op.py             | 20 +++++++++++++
 8 files changed, 116 insertions(+), 43 deletions(-)