You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by zh...@apache.org on 2021/10/30 01:32:35 UTC

[incubator-mxnet] branch master updated (fcbab28 -> 1584250)

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

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


    from fcbab28  [API] Add floor_divide (#20620)
     add 1584250  [API STD][SEARCH FUNC] Add keepdims=False to argmax/argmin (#20692)

No new revisions were added by this update.

Summary of changes:
 python/mxnet/ndarray/numpy/_op.py            |  26 ++++++-
 python/mxnet/numpy/multiarray.py             |  34 ++++++--
 src/operator/numpy/np_broadcast_reduce_op.cc |   6 +-
 src/operator/numpy/np_broadcast_reduce_op.h  |   6 +-
 tests/python/unittest/test_numpy_op.py       | 112 +++++++++++++--------------
 5 files changed, 111 insertions(+), 73 deletions(-)