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 2018/05/28 10:08:18 UTC

[GitHub] wkcn commented on issue #5684: Exposing iscontiguous property

wkcn commented on issue #5684: Exposing iscontiguous property
URL: https://github.com/apache/incubator-mxnet/pull/5684#issuecomment-392483192
 
 
   I think it's useful to add iscontiguous function in c_api.
   
   I use _LIB.MXNDArrayGetData to get the pointer of a mx.nd.NDArray, and compute it in an external module.
   It need to check the contiguous of ndarray in the external module.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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