You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2020/12/12 23:16:49 UTC

[GitHub] [tvm] icemelon9 commented on pull request #7086: [Relay][Op] Consolidate reshape and reverse_reshape operators.

icemelon9 commented on pull request #7086:
URL: https://github.com/apache/tvm/pull/7086#issuecomment-743918752


   Originally I separate the reshape and reverse_reshape on purpose and also as requested by @tqchen, because the reshape API is closer to numpy's definition and the reverse one is more of a hack to support MXNet. The reason that ReshapeAttr has reverse option is that I want to reuse the reshape type relation function for `reverse_reshape`.
   
   @tqchen maybe you can comment on this.


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