You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2019/07/20 11:30:58 UTC

[GitHub] [incubator-mxnet] kshitij12345 commented on a change in pull request #15593: Large Index Support for Slice

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

 ##########
 File path: include/mxnet/c_api.h
 ##########
 @@ -548,15 +549,14 @@ MXNET_DLL int MXNDArrayCreate(const mx_uint *shape,
  * \param out the returning handle
  * \return 0 when success, -1 when failure happens
  */
-MXNET_DLL int MXNDArrayCreateEx(const mx_uint *shape,
+MXNET_DLL int MXNDArrayCreateEx(const mx_int64 *shape,
 
 Review comment:
   Oh. Thank You for the explanation.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services