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

 ##########
 File path: src/c_api/c_api.cc
 ##########
 @@ -550,6 +566,34 @@ int MXNDArrayGetShapeEx(NDArrayHandle handle,
   API_END();
 }
 
+int MXNDArrayGetShapeExInt64(NDArrayHandle handle,
+                             int *out_dim,
+                             const int64_t **out_pdata) {
 
 Review comment:
   mx_int64 to be consistent?

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