You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2019/10/11 17:45:43 UTC

[GitHub] [incubator-mxnet] eric-haibin-lin commented on a change in pull request #15921: dynamic custom operator support

eric-haibin-lin commented on a change in pull request #15921: dynamic custom operator support
URL: https://github.com/apache/incubator-mxnet/pull/15921#discussion_r334103509
 
 

 ##########
 File path: python/mxnet/__init__.py
 ##########
 @@ -87,6 +86,9 @@
 
 from . import gluon
 
+# Dynamic library module should be done after ndarray and symbol are initialized
+from . import library
 
 Review comment:
   Can we also add this namespace to the doc: https://mxnet.apache.org/api/python/docs/api/ ? 

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services