napronald commented on PR #19827: URL: https://github.com/apache/tvm/pull/19827#issuecomment-4765499955
Updated. `_impl_v19` now handles the optional `axes` input. When `axes` is provided, it expands `pad_before/pad_after` before calling `topi.nn.circular_pad`. If `axes` is dynamic, it raises a clear error. I added a `mode="wrap"` test case with `axes=[2]` and `pads=[2, 2]`, alongside the existing multi-axis coverage. -- 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]
