guanxinq commented on a change in pull request #17569: Adding sparse support to
MXTensor for custom operators
URL: https://github.com/apache/incubator-mxnet/pull/17569#discussion_r392447616
##########
File path: include/mxnet/lib_api.h
##########
@@ -229,20 +241,60 @@ enum MXReturnValue {
MX_SUCCESS = 1,
};
+// For sparse input, read/write the data from NDarray via pointers.
Review comment:
Updated it.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services