quic-sanirudh commented on a change in pull request #9017:
URL: https://github.com/apache/tvm/pull/9017#discussion_r710042850



##########
File path: python/tvm/relay/frontend/onnx.py
##########
@@ -3794,12 +3850,14 @@ def _get_convert_map(opset):
         "Xor": Renamer("logical_xor"),
         # defs/nn
         "AveragePool": AveragePool.get_converter(opset),
+        "QLinearAveragePool": QLinearAveragePool.get_converter(opset),

Review comment:
       Thanks for the review, I've made the change.




-- 
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: commits-unsubscr...@tvm.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to