You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2019/12/29 23:05:02 UTC

[GitHub] [incubator-mxnet] ChaiBapchya commented on a change in pull request #16898: Sparse int64 Large tensor support

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

 ##########
 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:
   Number of dimensions in Large tensor would still be <2**32 right?
   Value of single dimension could be > 2**32. 

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


With regards,
Apache Git Services