wkcn edited a comment on issue #9686: [Discussion] MXNet 2.0 Roadmap (was: APIs 
that might be a good idea to break in 2.0)
URL: 
https://github.com/apache/incubator-mxnet/issues/9686#issuecomment-480127095
 
 
   I have some suggestions.
   1. Custom Operator for deployment
   Currently, MXNet doesn't support the custom operator for deployment unless 
rebuilding from the source.
   Although there is the `MXCustomOpRegister` API, it is inconvenient and does 
not provide `mshadow::Stream`, which is important for executing an operator 
asynchronously.
   We need an approach (easy to write and compile) to support custom operator 
for deployment.
   
   2. Refactor of the C++ package
   I hope that the syntax of the C++ package is the same as that of the Python 
package, and it will be more friendly for C++ users.
   
   Edit:
   I wrote a prototype of Custom Operator Class.
   https://github.com/wkcn/DLCustomOp

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