samskalicky commented on issue #15921: [WIP] dynamic custom operator support URL: https://github.com/apache/incubator-mxnet/pull/15921#issuecomment-526080041 @wkcn any thoughts on how we can modify this to re-register an operator multiple times? https://github.com/apache/incubator-mxnet/pull/15921/files#diff-3288207540b433242fe8da1390c68d3fR423-R427 Im thinking of the scenario when a user loads multiple libraries that each have the same operator. So its possible that an operator can be re-registers over and over (obviously only the last registered one will be used). But it would suck if a user couldnt use an operator in another library if it also defined an operator they already loaded from a different library.
---------------------------------------------------------------- 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
