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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
