apeforest commented on a change in pull request #15593: Large Index Support for
Slice
URL: https://github.com/apache/incubator-mxnet/pull/15593#discussion_r312266063
##########
File path: src/c_api/c_api_symbolic.cc
##########
@@ -708,6 +781,31 @@ int MXSymbolInferShapePartialEx(SymbolHandle sym,
&succ);
}
+int MXSymbolInferShapePartialEx64(SymbolHandle sym,
+ mx_uint num_args,
+ const char** keys,
+ const int64_t *arg_ind_ptr,
+ const int64_t *arg_shape_data,
+ size_t *in_shape_size,
+ const int **in_shape_ndim,
+ const int64_t ***in_shape_data,
+ size_t *out_shape_size,
+ const int **out_shape_ndim,
+ const int64_t ***out_shape_data,
+ size_t *aux_shape_size,
+ const int **aux_shape_ndim,
+ const int64_t ***aux_shape_data,
+ int *complete) {
+ int succ;
Review comment:
initialize succ here.
----------------------------------------------------------------
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