apeforest commented on a change in pull request #15593: Large Index Support for 
Slice
URL: https://github.com/apache/incubator-mxnet/pull/15593#discussion_r306138330
 
 

 ##########
 File path: include/mxnet/c_api.h
 ##########
 @@ -596,6 +605,19 @@ MXNET_DLL int MXNDArrayCreateSparseEx(int storage_type,
                                       const mx_uint *aux_shape,
                                       NDArrayHandle *out);
 
+MXNET_DLL int MXNDArrayCreateSparseExInt64(int storage_type,
+                                           const mx_int64 *shape,
+                                           mx_int64 ndim,
 
 Review comment:
   why mx_int64 for ndim here?

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

Reply via email to