apeforest commented on a change in pull request #15593: Large Index Support for
Slice
URL: https://github.com/apache/incubator-mxnet/pull/15593#discussion_r306139473
##########
File path: include/mxnet/c_api.h
##########
@@ -1612,6 +1706,23 @@ MXNET_DLL int MXSymbolInferShapeEx(SymbolHandle sym,
const int **aux_shape_ndim,
const int ***aux_shape_data,
int *complete);
+
+MXNET_DLL int MXSymbolInferShapeExInt64(SymbolHandle sym,
+ mx_uint num_args,
+ const char** keys,
+ const mx_uint *arg_ind_ptr,
+ const int *arg_shape_data,
+ mx_uint *in_shape_size,
+ const int **in_shape_ndim,
+ const int64_t ***in_shape_data,
+ mx_uint *out_shape_size,
Review comment:
size_t?
----------------------------------------------------------------
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