This is an automated email from the ASF dual-hosted git repository.
reminisce pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git.
from 313d5ed Add test cases for indexing ndarrays with zero-dim array
(#17452)
add 1da0eb8 support bitwise_and (#16861)
No new revisions were added by this update.
Summary of changes:
python/mxnet/ndarray/numpy/_op.py | 49 ++++++++++++++++++++--
python/mxnet/numpy/multiarray.py | 48 +++++++++++++++++++--
python/mxnet/numpy_dispatch_protocol.py | 1 +
python/mxnet/symbol/numpy/_symbol.py | 33 +++++++++++++--
src/operator/mshadow_op.h | 2 +
.../numpy/np_elemwise_broadcast_op_extended.cc | 35 ++++++++++++++++
.../numpy/np_elemwise_broadcast_op_extended.cu | 6 +++
src/operator/operator_tune.cc | 1 +
.../python/unittest/test_numpy_interoperability.py | 13 ++++++
tests/python/unittest/test_numpy_op.py | 1 +
10 files changed, 178 insertions(+), 11 deletions(-)