You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2019/07/25 03:59:39 UTC

[GitHub] [incubator-mxnet] sandeep-krishnamurthy opened a new issue #15654: Enhancements to MXNet operator registry APIs

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


With regards,
Apache Git Services