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 1133bfa doc fix for argmax & argmin (#17604)
add c4c639d support np.dsplit, fix some error msgs and corner cases for
hsplit and vsplit, add interoperability tests for h/v/dsplit (#17478)
No new revisions were added by this update.
Summary of changes:
python/mxnet/ndarray/numpy/_op.py | 86 +++++++++++++++++----
python/mxnet/numpy/multiarray.py | 89 ++++++++++++++++++++--
python/mxnet/numpy_dispatch_protocol.py | 3 +
python/mxnet/symbol/numpy/_symbol.py | 46 ++++++++++-
src/operator/numpy/np_matrix_op.cc | 32 ++++++++
src/operator/numpy/np_matrix_op.cu | 3 +
.../python/unittest/test_numpy_interoperability.py | 26 +++++++
tests/python/unittest/test_numpy_op.py | 49 ++++++++++++
8 files changed, 312 insertions(+), 22 deletions(-)