wkcn commented on issue #15921: [WIP] dynamic custom operator support
URL: https://github.com/apache/incubator-mxnet/pull/15921#issuecomment-526085962
 
 
   @samskalicky It may be helpful to define a `namespace` to avoid 
re-registering an operator multiple times. The namespace can be defined in the 
source code of custom operators, or when loading the library, like 
`mx.library.load('myop.lib', namespace='mynamespace')`, then  users call 
`mx.nd.mynamespace.myop`.
   
   If the name conflict still exists, we will raise a warning or an exception.

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