This is an automated email from the ASF dual-hosted git repository.
apeforest pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git.
from 9f35376 skipping tests that cannot fit in nightly CI machine
corrected imports (#17450)
add dbf21e9 [OpPerf] Add Indexing ops (#16253)
No new revisions were added by this update.
Summary of changes:
.../{array_rearrange.py => indexing_routines.py} | 34 +++++---
benchmark/opperf/opperf.py | 4 +
benchmark/opperf/rules/default_params.py | 99 ++++++++++++++--------
benchmark/opperf/utils/benchmark_utils.py | 11 ++-
benchmark/opperf/utils/ndarray_utils.py | 4 +-
benchmark/opperf/utils/op_registry_utils.py | 46 ++++++++--
src/operator/tensor/broadcast_reduce_op_index.cc | 6 +-
7 files changed, 132 insertions(+), 72 deletions(-)
copy benchmark/opperf/nd_operations/{array_rearrange.py =>
indexing_routines.py} (69%)