sandeep-krishnamurthy commented on a change in pull request #15475: Add
transpose_conv, sorting and searching operator benchmarks to Opperf
URL: https://github.com/apache/incubator-mxnet/pull/15475#discussion_r304113829
##########
File path: benchmark/opperf/utils/op_registry_utils.py
##########
@@ -240,6 +242,26 @@ def get_all_reduction_operators():
return reduction_mx_operators
+def get_all_sorting_searching_operators():
+ """Gets all Sorting and Searching operators registered with MXNet.
+
+ Returns
+ -------
+ {"operator_name": {"has_backward", "nd_op_handle", "params"}}
+ """
+ sort_search_ops = ['sort', 'argsort', 'argmax', 'argmin', 'topk']
Review comment:
Lin, reasoning was same as described above the Chai.
----------------------------------------------------------------
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