eric-haibin-lin commented on a change in pull request #8259: check_format of 
sparse ndrray
URL: https://github.com/apache/incubator-mxnet/pull/8259#discussion_r149507608
 
 

 ##########
 File path: include/mxnet/c_api.h
 ##########
 @@ -405,6 +405,12 @@ MXNET_DLL int MXNDArraySyncCopyFromNDArray(NDArrayHandle 
handle_dst,
                                            const int i);
 
 /*!
+ * \brief check whether the matrix format is valid
+ * \param full_check if `True`, rigorous check, O(N) operations
+ *    Otherwise basic check, O(1) operations
+ */
+MXNET_DLL int MXNDArrayCheckFormat(NDArrayHandle handle, const bool 
full_check);
 
 Review comment:
   Let's rename the c_api to MXNDArraySyncCheckFormat

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