apeforest commented on a change in pull request #15593: Large Index Support for
Slice
URL: https://github.com/apache/incubator-mxnet/pull/15593#discussion_r306139223
##########
File path: include/mxnet/c_api.h
##########
@@ -1575,6 +1653,22 @@ MXNET_DLL int MXSymbolInferShape(SymbolHandle sym,
const mx_uint ***aux_shape_data,
int *complete);
+MXNET_DLL int MXSymbolInferShapeInt64(SymbolHandle sym,
+ mx_uint num_args,
+ const char** keys,
+ const mx_int64 *arg_ind_ptr,
+ const mx_int64 *arg_shape_data,
+ mx_int64 *in_shape_size,
+ const mx_int64 **in_shape_ndim,
+ const mx_int64 ***in_shape_data,
+ mx_int64 *out_shape_size,
+ const mx_int64 **out_shape_ndim,
+ const mx_int64 ***out_shape_data,
+ mx_int64 *aux_shape_size,
+ const mx_int64 **aux_shape_ndim,
Review comment:
int ** for ndim?
----------------------------------------------------------------
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