apeforest commented on a change in pull request #15728: Large Index Support:Part 1 URL: https://github.com/apache/incubator-mxnet/pull/15728#discussion_r310236832
########## File path: src/c_api/c_api.cc ########## @@ -188,13 +188,29 @@ int MXNDArrayCreate(const mx_uint *shape, API_END(); } +int MXNDArrayCreateExInt64(const mx_int64 *shape, Review comment: If the internal implementation is the same and only differs by data type, we can create an internal template to do 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
