kohillyang opened a new issue #20801:
URL: https://github.com/apache/incubator-mxnet/issues/20801


   ## Description
   The cpp package uses a static variable op_map_ to cache the symbols in 
mxnet.  However, since mxnet supports customop, the available ops can change in 
runtime. Which means that, If I create a Convolution Opertor,  and then call 
MXLoadLib to load a custom op, the following creating Custom Operator will fail.
   
https://github.com/apache/incubator-mxnet/blob/026f1d56b9c91e8d8ada5720df03b68da3d751b2/cpp-package/include/mxnet-cpp/operator.hpp#L56
   
   


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

To unsubscribe, e-mail: issues-unsubscr...@mxnet.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@mxnet.apache.org
For additional commands, e-mail: issues-h...@mxnet.apache.org

Reply via email to