wkcn commented on issue #15921: [WIP] dynamic custom operator support
URL: https://github.com/apache/incubator-mxnet/pull/15921#issuecomment-526468908
 
 
   Agree that users is allowed to define the namespace manually and override 
internal operators.
   In the case you gave, 
   ```
   Library1 has {opA, opC, opD}
   Library2 has {opB, opC, opE}
   ```
   Users may want opA, opB, opE, opD, and opC in library1. They likewise choose 
opA, opB, opE, opD, and opC in library2.
   I don't think pvalue can address the problem.

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