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 ebf3054 [LICENSE] Port #20709 (#20736)
add e3c4da9 [NumPy] Wrap unravel_index backend implementation instead of
fallback (#20730)
No new revisions were added by this update.
Summary of changes:
python/mxnet/ndarray/numpy/_op.py | 7 +-
.../npx_group_norm_op.cc => tensor/unravel.cc} | 43 ++++++------
src/operator/tensor/ravel.cc | 1 +
src/operator/tensor/ravel.h | 8 ++-
tests/python/unittest/test_numpy_op.py | 77 +++++++++++-----------
5 files changed, 70 insertions(+), 66 deletions(-)
copy src/api/operator/{numpy_extension/npx_group_norm_op.cc =>
tensor/unravel.cc} (60%)