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 2022/08/31 05:48:21 UTC

[GitHub] [tvm] jiangjiajun commented on pull request #12658: [Frontend][Paddle] Fix op in paddle did't transmit layout information

jiangjiajun commented on PR #12658:
URL: https://github.com/apache/tvm/pull/12658#issuecomment-1232491257

   @blackkker  Thanks for fixing the data format problem, but I think this only work for operator `pool2d`, actually there are lots operator like `conv2d`, `batch_norm` also exist data format problem.
   
   How ever, the data format `NHWC` is not encouraged in PaddlePaddle framework, so I didn't consider the attribute in the Paddle frontend in TVM before.
   
   Anyway, this need to be fixed or assert in the frontend, I will send another pull request to handle `NHWC` for all the remaining operators.


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