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 0d87aa8 [numpy] FFI for insert \ delete \ matmul etc. (#17759)
add 3dab617 add: numpy rollaxis (#17865)
No new revisions were added by this update.
Summary of changes:
python/mxnet/ndarray/numpy/_op.py | 34 +++++++++++-
python/mxnet/numpy/fallback.py | 2 -
python/mxnet/numpy/multiarray.py | 39 +++++++++++++-
python/mxnet/symbol/numpy/_symbol.py | 37 ++++++++++++-
src/operator/numpy/np_matrix_op-inl.h | 98 ++++++++++++++++++++++++++++++++++
src/operator/numpy/np_matrix_op.cc | 64 ++++++++++++++++++++++
src/operator/numpy/np_matrix_op.cu | 6 +++
tests/python/unittest/test_numpy_op.py | 40 ++++++++++++++
8 files changed, 314 insertions(+), 6 deletions(-)