reminisce commented on a change in pull request #16898: Sparse int64 Large 
tensor support
URL: https://github.com/apache/incubator-mxnet/pull/16898#discussion_r362704384
 
 

 ##########
 File path: include/mxnet/c_api.h
 ##########
 @@ -643,14 +643,14 @@ MXNET_DLL int MXNDArrayCreateSparseEx(int storage_type,
 
 MXNET_DLL int MXNDArrayCreateSparseEx64(int storage_type,
                                         const int64_t *shape,
-                                        int ndim,
+                                        uint32_t ndim,
 
 Review comment:
   Thanks for the discussion. Using `int` for `ndim` is consistent with MXNet 
convention.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to