You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by gi...@git.apache.org on 2017/08/01 05:34:43 UTC

[GitHub] eric-haibin-lin commented on a change in pull request #7082: Sparse Tensor: request for reviews

eric-haibin-lin commented on a change in pull request #7082: Sparse Tensor: request for reviews
URL: https://github.com/apache/incubator-mxnet/pull/7082#discussion_r130522597
 
 

 ##########
 File path: python/mxnet/ndarray/__init__.py
 ##########
 @@ -0,0 +1,12 @@
+"""ndarray module"""
+
+from . import _internal
+from . import op
+from .op import CachedOp
+from .ndarray import NDArray, array, concatenate, _DTYPE_NP_TO_MX, _DTYPE_MX_TO_NP
+from .ndarray import empty, ones, add, arange, divide, equal, full, greater, greater_equal, imdecode
 
 Review comment:
   will fix this in next PR
 
----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services