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 8198442 [numpy] symbolic advanced indexing (#18319)
add 37bdf0b [MXNET-1453] Support the intput whose dimension is greater
than 6 for Transpose and Rollaxis (#18707)
No new revisions were added by this update.
Summary of changes:
src/operator/numpy/np_matrix_op-inl.h | 51 ++++++++----
src/operator/numpy/np_matrix_op.cc | 17 +++-
src/operator/tensor/matrix_op-inl.h | 138 +++++++++++++++++++++++++++++++--
src/operator/tensor/matrix_op.cc | 4 +
tests/python/unittest/test_numpy_op.py | 8 +-
tests/python/unittest/test_operator.py | 4 +-
6 files changed, 191 insertions(+), 31 deletions(-)