ChaiBapchya commented on issue #16253: [OpPerf] Add Indexing ops URL: https://github.com/apache/incubator-mxnet/pull/16253#issuecomment-580495515 Results 1. OpPerf by Category Command ``` from benchmark.opperf.nd_operations.indexing_routines import run_indexing_routines_benchmarks run_indexing_routines_benchmarks() ``` Output ``` INFO:root:Begin Benchmark - gather_nd INFO:root:Complete Benchmark - gather_nd INFO:root:Begin Benchmark - one_hot INFO:root:Complete Benchmark - one_hot INFO:root:Begin Benchmark - ravel_multi_index INFO:root:Complete Benchmark - ravel_multi_index INFO:root:Begin Benchmark - slice INFO:root:Complete Benchmark - slice INFO:root:Begin Benchmark - slice_axis INFO:root:Complete Benchmark - slice_axis INFO:root:Begin Benchmark - slice_like INFO:root:Complete Benchmark - slice_like INFO:root:Begin Benchmark - take INFO:root:Complete Benchmark - take INFO:root:Begin Benchmark - where INFO:root:Complete Benchmark - where ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
