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

 ##########
 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,
+                                           int ndim,
+                                           int dev_type,
+                                           int dev_id,
+                                           int delay_alloc,
+                                           int dtype,
+                                           mx_uint num_aux,
+                                           int *aux_type,
+                                           mx_uint *aux_ndims,
 
 Review comment:
   int?

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