apeforest commented on a change in pull request #15593: Large Index Support for Slice URL: https://github.com/apache/incubator-mxnet/pull/15593#discussion_r306928408
########## File path: src/c_api/c_api_symbolic.cc ########## @@ -658,6 +658,85 @@ int MXSymbolInferShapeEx(SymbolHandle sym, API_END(); } +int MXSymbolInferShapeExInt64(SymbolHandle sym, + mx_uint num_args, + const char** keys, + const int64_t *arg_ind_ptr, Review comment: There are mixed use of int64_t and mx_int64. I would suggest we consolidate them. If you prefer, I am okay to do it in a separate PR. ---------------------------------------------------------------- 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
