You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by "echuraev (via GitHub)" <gi...@apache.org> on 2023/04/11 06:05:12 UTC

[GitHub] [tvm] echuraev commented on pull request #14546: [Tensorflow] Fix conv2d_transpose for NHWC layout

echuraev commented on PR #14546:
URL: https://github.com/apache/tvm/pull/14546#issuecomment-1502734003

   @jikechao Thank you for your PR.
   
   >  Specifically, when the op_name=='conv2d_transpose' and layout='NHWC', the layout was reset to 'NCHW' in this line: https://github.com/apache/tvm/blob/main/python/tvm/relay/frontend/tensorflow_ops.py#:~:text=if%20opname%20%3D%3D%20%22conv_transpose%22%20and,%22data_format%22%5D%20%3D%20%22NCHW%22
   
   The link in your previous message is broken and doesn't highlight any line in the code. Also, could you please add a unit test for your changes?


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

To unsubscribe, e-mail: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org