quic-sanirudh commented on a change in pull request #9017:
URL: https://github.com/apache/tvm/pull/9017#discussion_r710043945
##########
File path: python/tvm/relay/frontend/onnx.py
##########
@@ -351,6 +366,13 @@ class AveragePool(Pool):
name = "avg_pool"
+class QLinearAveragePool(Pool):
Review comment:
I've refactored the code to separate out the quantized and non-quantized
ops in a way that doesn't touch any of the non-quantized op classes. Let me
know if this is close to what you had in mind, thanks.
--
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]