napronald opened a new pull request, #19993: URL: https://github.com/apache/tvm/pull/19993
## Summary Adds support for newer `QuantizeLinear` and `DequantizeLinear` attributes in the Relax ONNX frontend. This includes `output_dtype`, `saturate`, and newer opset behavior, while rejecting unsupported blocked quantization and `precision` cases. For `QuantizeLinear` and `DequantizeLinear`, opsets 24 and 25 use the existing converter for currently supported types. Support for `float8e8m0`, `int2`, and `uint2` are outside this PR’s scope. ## Testing Added structural and rejection tests for opsets 19, 21, 23, 24, and 25. -- 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]
