sandeep-krishnamurthy opened a new issue #15654: Enhancements to MXNet operator 
registry APIs
URL: https://github.com/apache/incubator-mxnet/issues/15654
 
 
   MXNet operator registry APIs are very useful to build automated solutions 
such as:
   1. Automatic Python API Generation
   2. opperf - operator benchmarking
   and more.
   In these tools we use operator registry APIs to fetch all registered mxnet 
operators, its metadata such as parameters, types, operator description etc...
   
   With current functionality we miss below listed information. We need to 
enhance MXNet operator registry APIs to gather following information:
   1. Ability to fetch operator alias names. i.e., operator_alias_name => 
registered_operator_name
   2. Ability to check if an operator is deprecated.
   
   CC: @ChaiBapchya @larroy 

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