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/04/13 13:23:38 UTC

[GitHub] [incubator-tvm] maheshambule commented on a change in pull request #5246: [Frontend|MXNet] SwapAxis operator support

maheshambule commented on a change in pull request #5246: [Frontend|MXNet] SwapAxis operator support
URL: https://github.com/apache/incubator-tvm/pull/5246#discussion_r407475676
 
 

 ##########
 File path: python/tvm/relay/frontend/nnvm_common.py
 ##########
 @@ -108,6 +108,17 @@ def _transpose(inputs, attrs):
     return _op.transpose(inputs[0], axes=axes)
 
 
+def _swap_axis(inputs, attrs):
 
 Review comment:
   done.

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