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 6bff547 Add evaluation_loss to the estimator base class. (#16888)
add f11592d Op Unravel_index PR [Numpy] (#16862)
No new revisions were added by this update.
Summary of changes:
python/mxnet/ndarray/numpy/_op.py | 48 +++++++++++++++++---
python/mxnet/numpy/multiarray.py | 40 ++++++++++++++---
python/mxnet/numpy_dispatch_protocol.py | 1 +
python/mxnet/numpy_op_fallback.py | 34 ++++++++++++++
python/mxnet/symbol/numpy/_symbol.py | 42 ++++++++++++++---
.../python/unittest/test_numpy_interoperability.py | 10 +++++
tests/python/unittest/test_numpy_op.py | 52 ++++++++++++++++++++++
7 files changed, 212 insertions(+), 15 deletions(-)