apeforest commented on a change in pull request #15593: Large Index Support for 
Slice
URL: https://github.com/apache/incubator-mxnet/pull/15593#discussion_r306138918
 
 

 ##########
 File path: include/mxnet/c_api.h
 ##########
 @@ -1447,6 +1511,11 @@ MXNET_DLL int MXSymbolListAttrShallow(SymbolHandle 
symbol,
 MXNET_DLL int MXSymbolListArguments(SymbolHandle symbol,
                                     mx_uint *out_size,
                                     const char ***out_str_array);
+
+MXNET_DLL int MXSymbolListArgumentsInt64(SymbolHandle symbol,
+                                         mx_int64 *out_size,
 
 Review comment:
   Maybe size_t * is better for this?

----------------------------------------------------------------
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

Reply via email to