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

 ##########
 File path: python/mxnet/ndarray/sparse.py
 ##########
 @@ -41,6 +41,8 @@
 from . import _internal
 from .ndarray import _DTYPE_NP_TO_MX, _DTYPE_MX_TO_NP
 from .ndarray import _STORAGE_TYPE_STR_TO_ID
+from .ndarray import _STORAGE_TYPE_UNDEFINED, _STORAGE_TYPE_DEFAULT
+from .ndarray import _STORAGE_TYPE_ROW_SPARSE, _STORAGE_TYPE_CSR
 
 Review comment:
   Added `_sparse_slice` alias for op `slice` in backend. contrib has no such 
problems, since all of the contrib ops are named with `_contrib_` prefix.
 
----------------------------------------------------------------
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