ChaiBapchya opened a new issue #17578: Additional C/Python APIs for Operator 
stats/info
URL: https://github.com/apache/incubator-mxnet/issues/17578
 
 
   ## Description
   While working on OpPerf, we found a need for the following C APIs
   
   ### MXNet wide Operator Registry info
   - get_deprecated_operators()
   - get_contrib_operaotrs()
   - get_backward_operators()
   - get_internal_operators()
   
   Currently there is an API for all MXNet registered operators
   mx.operator.get_all_registered_operators()
   But it returns 1132 ops (as of Feb 12, 2020)
   It includes internal ops(_*), backward ops (_backward_*), contrib ops 
(_contrib_*)
   In OpPerf we have filtered/handled all these. But it would be great to 
expose API (ideally C level but at the very least on Python level)
   
   ### Per Operator API
   - get_alias()
   - get_permissible_dtype()
   
   Given an operator, it would be great to get its alias as well as permissible 
dtypes.
   
   @apeforest @sandeep-krishnamurthy @samskalicky @connorgoggins 

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to