Dayuxiaoshui opened a new pull request, #18593: URL: https://github.com/apache/tvm/pull/18593
- Implement InferLayoutTile function to handle layout transformation for tile operator - Use TransposeStrLike approach similar to repeat operator to correctly map repeats array - Handle both same-dimension and dimension-expansion cases - Add test case test_conv2d_tile to verify layout conversion from NCHW to NHWC - Fixes the TODO at src/relax/op/tensor/manipulate.cc:1932 The implementation correctly transforms the repeats array when the input tensor's layout changes (e.g., from NCHW to NHWC), ensuring that repeat values are mapped to the correct dimensions in the new layout. -- 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]
