eric-haibin-lin commented on a change in pull request #8259: check_format of 
ndrray, mainly for csr
URL: https://github.com/apache/incubator-mxnet/pull/8259#discussion_r145602552
 
 

 ##########
 File path: python/mxnet/ndarray/sparse.py
 ##########
 @@ -235,6 +235,16 @@ def copyto(self, other):
         else:
             raise TypeError('copyto does not support type ' + str(type(other)))
 
+    def check_format(self, full_check=True):
+        """check whether the matrix format is valid.
 
 Review comment:
   matrix format -> ndarray format

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