quic-sanirudh opened a new pull request #9017: URL: https://github.com/apache/tvm/pull/9017
This PR implements com.microsoft.QLinearAveragePool and com.microsoft.QLinearGlobalAveragePool. QLinearAveragePool is implemented as (dequantize -> float op -> quantize) according to its definition in [com.microsoft.QLinearAveragePool](https://github.com/microsoft/onnxruntime/blob/master/docs/ContribOperators.md#com.microsoft.QLinearGlobalAveragePool) QLinearGlobalAveragePool is also implemented as (dequantize -> float op -> quantize) because the QNN op for global avg_pool is not yet available, but that is not how it's explicitly defined in the onnxruntime docs. Once QNN op is added, we could update this op frontend to directly generate a qnn op. -- 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]
