LudovicoYIN opened a new pull request, #18878: URL: https://github.com/apache/tvm/pull/18878
## Summary Support dynamic `repeats` for ONNX Tile in the Relax frontend. ## Changes - add a dynamic Tile conversion path for ONNX when `repeats` is a graph input - expose `topi.dyn_tile` to the Python/packed TOPI interface - add frontend tests for dynamic `repeats` ## Validation - `tests/python/relax/test_frontend_onnx.py -k test_tile_dynamic_repeats -q` - local end-to-end repro matches ONNX Runtime ## issue https://github.com/apache/tvm/issues/18752 -- 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]
