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 2019/12/09 07:57:30 UTC

[incubator-mxnet] branch master updated (71b6272 -> 44cd63e)

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 71b6272  use identity_with_cast (#16913)
     add 44cd63e  [Numpy] Implement numpy operator 'average' (#16720)

No new revisions were added by this update.

Summary of changes:
 python/mxnet/ndarray/numpy/_op.py                  | 100 +++++-
 python/mxnet/numpy/multiarray.py                   | 101 +++++-
 python/mxnet/symbol/numpy/_symbol.py               |  98 +++++-
 src/operator/numpy/np_broadcast_reduce_op.h        | 348 +++++++++++++++++++++
 src/operator/numpy/np_broadcast_reduce_op_value.cc |  71 +++++
 src/operator/numpy/np_broadcast_reduce_op_value.cu |   6 +
 tests/python/unittest/test_numpy_op.py             | 113 +++++++
 7 files changed, 823 insertions(+), 14 deletions(-)