ChaiBapchya 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_r303674327
 
 

 ##########
 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:
   NDArray API shows - argmax and argmin in the "Array sorting and searching" 
section.
   So I guess this distinction is correct
   Sort & Search - `argmax`, `argmin`
   Reduction - `max`, `min`
   ![Screen Shot 2019-07-15 at 4 13 36 
PM](https://user-images.githubusercontent.com/10992635/61255011-ad99bc80-a71b-11e9-8ee9-836d3f1cabf0.png)
   
https://mxnet.incubator.apache.org/api/python/ndarray/ndarray.html#array-sorting-and-searching

----------------------------------------------------------------
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

Reply via email to