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 afb8742 Add ffi benchmark (#17780)
add a5d55de [OpPerf] Consolidate array manipulation related operators
(#17487)
No new revisions were added by this update.
Summary of changes:
benchmark/opperf/README.md | 8 +-
benchmark/opperf/nd_operations/README.md | 107 +--------
.../nd_operations/array_manipulation_operators.py | 264 +++++++++++++++++++++
benchmark/opperf/opperf.py | 28 ++-
benchmark/opperf/rules/default_params.py | 26 +-
benchmark/opperf/utils/op_registry_utils.py | 136 ++++++++---
benchmark/opperf/utils/profiler_utils.py | 4 +-
7 files changed, 427 insertions(+), 146 deletions(-)
create mode 100644
benchmark/opperf/nd_operations/array_manipulation_operators.py