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

 ##########
 File path: include/mxnet/c_api.h
 ##########
 @@ -895,6 +940,10 @@ MXNET_DLL int MXNDArrayGetAuxType(NDArrayHandle handle,
                                   mx_uint i,
                                   int *out_type);
 
+MXNET_DLL int MXNDArrayGetAuxTypeInt64(NDArrayHandle handle,
+                                       mx_int64 i,
+                                       int *out_type);
 
 Review comment:
   not sure whether it should be int64 or not. out_type gets the type of aux 
data

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