This is an automated email from the ASF dual-hosted git repository.
reminisce pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git.
from 0e71fbd Added tests to verify Large Vector Support for initial set of
ops (#15943)
add 8df9469 Refines NDArray indexing and adds numpy ndarray indexing
[READY FOR REVIEW] (#15942)
No new revisions were added by this update.
Summary of changes:
3rdparty/mshadow/mshadow/extension/slice.h | 4 +-
python/mxnet/ndarray/ndarray.py | 421 +++++++++++++++++++--------
python/mxnet/ndarray/numpy/_op.py | 57 +++-
python/mxnet/numpy/multiarray.py | 423 +++++++++++++++++++++++----
python/mxnet/symbol/numpy/_symbol.py | 55 ++++
python/mxnet/test_utils.py | 1 -
src/c_api/c_api.cc | 2 -
src/ndarray/ndarray.cc | 1 +
src/operator/tensor/indexing_op.cc | 2 +
src/operator/tensor/init_op.cc | 1 +
src/operator/tensor/matrix_op-inl.h | 28 +-
src/operator/tensor/matrix_op.cc | 3 +
tests/python/unittest/test_ndarray.py | 44 +--
tests/python/unittest/test_numpy_ndarray.py | 425 ++++++++++++++++------------
14 files changed, 1094 insertions(+), 373 deletions(-)