lhutton1 opened a new pull request, #11010: URL: https://github.com/apache/tvm/pull/11010
Optimizes a corner case where min/max + clip also produces a re-quantize operation. Previously the re-quantize was lowered separately as an identity operation which is unnecessary. Now the quantization parameters from re-quantize will be used by the lowered min/max operation. cc @ekalda @NicolaLancellotti @manupa-arm -- 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]
