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 f75d093 [Dataset] add shard API (#16175)
add 2a201ba Add __array_function__
add 681d9a7 Improved error mesages
add 477e6f7 Fix np.choice
No new revisions were added by this update.
Summary of changes:
python/mxnet/__init__.py | 4 +
python/mxnet/numpy/multiarray.py | 61 +++++-
python/mxnet/numpy_dispatch_protocol.py | 216 +++++++++++++++++++++
python/mxnet/symbol/numpy/_symbol.py | 2 +-
tests/python/gpu/test_operator_gpu.py | 1 +
.../python/unittest/test_numpy_interoperability.py | 211 ++++++++++++++++++++
tests/python/unittest/test_numpy_ndarray.py | 2 +-
tests/python/unittest/test_numpy_op.py | 13 +-
8 files changed, 494 insertions(+), 16 deletions(-)
create mode 100644 python/mxnet/numpy_dispatch_protocol.py
create mode 100644 tests/python/unittest/test_numpy_interoperability.py