AndrewZhaoLuo opened a new issue #10303: URL: https://github.com/apache/tvm/issues/10303
### Expected behavior If we run ConvertLayout on a model without any operations which are layout dependent, the model should not change. ### Actual behavior The model does change, specifically `add` seems to be explicitly broadcast. This does not have a major affect but is not a good thing. ### Environment Current branch off main at this time. ### Steps to reproduce See https://github.com/AndrewZhaoLuo/TVM-Sandbox/blob/main/relay/test_layout_transform_no_effect.py models can be found from https://github.com/onnx/models -- 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]
