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 651eb9d Minor fix, use RAII for TensorRT builder and network object
(#17189)
add 4ed14e2 gather_nd: check bound and wrap negative indices (#17208)
No new revisions were added by this update.
Summary of changes:
include/mxnet/c_api_error.h | 32 +------------
python/mxnet/error.py | 1 +
src/c_api/c_api_error.cc | 7 ++-
src/operator/tensor/indexing_op.cc | 65 +++++++++++++++++++++++++-
src/operator/tensor/indexing_op.cu | 68 +++++++++++++++++++++++++++-
src/operator/tensor/indexing_op.h | 83 +++++++++++++++-------------------
tests/python/unittest/test_operator.py | 34 +++++++++++++-
7 files changed, 207 insertions(+), 83 deletions(-)