tqchen commented on issue #11964: [Feature request] There is no converter API from mx.nd.NDArray to DLPack tensor URL: https://github.com/apache/incubator-mxnet/issues/11964#issuecomment-410777649 In terms of API naming, I would recommend avoid using asdplack, the main reason is that most asxxx API in numpy implies copy of data. For example, astype, asarray, ascontiguousarray all would imply possible data copy. While we are creating a memory view here, I think to_dlpack is a better name
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
