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/12/20 18:51:28 UTC

[GitHub] [incubator-mxnet] sxjscience commented on issue #17097: [mxnet 2.0][item 10.1] MXNet Imperative Op Invocation Overhead

sxjscience commented on issue #17097: [mxnet 2.0][item 10.1] MXNet Imperative Op Invocation Overhead
URL: https://github.com/apache/incubator-mxnet/issues/17097#issuecomment-568042927
 
 
   For the "fast path" structures that we need to support, I'm considering the following:
   - py_slice, Ellipsis for basic indexing.
   
   Also, there are two scenarios when list will be involved:
   - For concatenate, the arguments may be wrapped in a python list. 
   - In the case of split and hsplit, the return value can be a list.
   
   

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