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/03/05 03:28:38 UTC

[GitHub] [incubator-mxnet] wkcn edited a comment on issue #14327: [numpy] Implement NumPy operators

wkcn edited a comment on issue #14327: [numpy] Implement NumPy operators
URL: https://github.com/apache/incubator-mxnet/issues/14327#issuecomment-469522318
 
 
   Great! I have the following questions.
   
   Could you please provide an example to explain how to accept `NDArray` and `Symbol` inputs?
   
   In detail, how to determine the type of inputs?
   
   Slice and View (e.g. `reshape`) are the important features in NumPy, however current MXNet doesn't support non-contiguous tensor, and MXNet operators always return a copy. How to address the problem? For non-contiguous tensor, I think we can `DLPack`, which supports `strides`.

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