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 6c61afb Random rotation (#16794)
add b40ac2c diag_indices_from (#17553)
No new revisions were added by this update.
Summary of changes:
python/mxnet/ndarray/numpy/_op.py | 43 +++++++++++++++++++-
python/mxnet/numpy/multiarray.py | 43 +++++++++++++++++++-
python/mxnet/numpy_dispatch_protocol.py | 1 +
python/mxnet/symbol/numpy/_symbol.py | 43 +++++++++++++++++++-
src/operator/numpy/np_matrix_op-inl.h | 32 +++++++++++++++
src/operator/numpy/np_matrix_op.cc | 46 ++++++++++++++++++++++
src/operator/numpy/np_matrix_op.cu | 3 ++
.../python/unittest/test_numpy_interoperability.py | 6 +++
tests/python/unittest/test_numpy_op.py | 37 +++++++++++++++++
9 files changed, 248 insertions(+), 6 deletions(-)