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

 ##########
 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:
   I think it's better to define this in mxnet.py as _mx_swapaxis().

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to