reminisce commented on a change in pull request #7604: Refactor random linalg 
contrib namespaces
URL: https://github.com/apache/incubator-mxnet/pull/7604#discussion_r135703861
 
 

 ##########
 File path: python/mxnet/ndarray/__init__.py
 ##########
 @@ -25,3 +25,6 @@
 from .utils import load, save, zeros, empty, array
 from .sparse import _ndarray_cls
 from .ndarray import _GRAD_REQ_MAP
+
+__all__ = op.__all__ + ndarray.__all__ + contrib.__all__\
+          + linalg.__all__ + random.__all__ + sparse.__all__
 
 Review comment:
   Done. Thanks.
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to