This is an automated email from the ASF dual-hosted git repository.
liuyizhi pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git.
from 028d01d Drop list support in optimize_for (#18483)
add cf3984b [numpy] fix op repeat with list input (#18371)
No new revisions were added by this update.
Summary of changes:
python/mxnet/ndarray/numpy/_op.py | 8 +-
python/mxnet/symbol/numpy/_symbol.py | 8 +-
src/api/operator/numpy/np_matrix_op.cc | 22 --
.../numpy/{np_diff_op.cc => np_repeat_op.cc} | 31 +--
src/operator/numpy/np_repeat_op-inl.h | 221 +++++++++++++++++++++
.../np_norm_backward.cc => np_repeat_op.cc} | 29 ++-
.../np_norm_backward.cu => np_repeat_op.cu} | 14 +-
.../python/unittest/test_numpy_interoperability.py | 8 +-
tests/python/unittest/test_numpy_op.py | 2 +
9 files changed, 283 insertions(+), 60 deletions(-)
copy src/api/operator/numpy/{np_diff_op.cc => np_repeat_op.cc} (73%)
create mode 100644 src/operator/numpy/np_repeat_op-inl.h
copy src/operator/numpy/{linalg/np_norm_backward.cc => np_repeat_op.cc} (59%)
copy src/operator/numpy/{linalg/np_norm_backward.cu => np_repeat_op.cu} (75%)