guan404ming opened a new pull request, #19864: URL: https://github.com/apache/tvm/pull/19864
## Why ONNX AffineGrid carries an align_corners attribute, but the Relax op ignored it and always produced the align_corners=1 grid. ## How - Add align_corners field to AffineGridAttrs (mirrors GridSampleAttrs). - Thread the flag through the op, legalize pass, and TOPI compute. - Pass the ONNX attribute through in the frontend instead of dropping it. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
