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/02/27 21:12:07 UTC

[GitHub] reminisce opened a new issue #14266: Move TShape definition and necessary passes out of NNVM

reminisce opened a new issue #14266: Move TShape definition and necessary passes out of NNVM
URL: https://github.com/apache/incubator-mxnet/issues/14266
 
 
   MXNet needs its own definition of `TShape` to support scalars and zero-size tensors which is compatible with NumPy. To keep NNVM code unchanged, we need to copy `tuple.h` from NNVM to MXNet and make changes in the current MXNet codebase accordingly. Some NNVM passes need to be moved out too.
   
   See https://github.com/apache/incubator-mxnet/issues/14253 for more details.

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