apeforest commented on a change in pull request #15593: Large Index Support for
Slice
URL: https://github.com/apache/incubator-mxnet/pull/15593#discussion_r306139867
##########
File path: include/mxnet/c_api.h
##########
@@ -1694,6 +1820,22 @@ MXNET_DLL int MXSymbolInferShapePartialEx(SymbolHandle
sym,
const int ***aux_shape_data,
int *complete);
+MXNET_DLL int MXSymbolInferShapePartialExInt64(SymbolHandle sym,
+ mx_uint num_args,
+ const char** keys,
+ const mx_int64 *arg_ind_ptr,
+ const int *arg_shape_data,
Review comment:
mx_int64?
----------------------------------------------------------------
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