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/08/01 07:21:16 UTC

[GitHub] wkcn opened a new issue #11964: [Feature request] There is no converter API from mx.nd.NDArray to DLPack tensor

wkcn opened a new 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
 
 
   Hi, all.
   
   [DLPack](https://github.com/dmlc/dlpack) is important for sharing tensors and operators among Deep Learning Frameworks.
   
   PyTorch provides the API `torch.utils.dlpack.to_dlpack` and `torch.utils.dlpack.from_dlpack`.
   
   MXNet also uses DLPack, however it seems that there is no converter API.
   
   I think it's better to add the API.
   
   Thank you!

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