ashutosh-arm commented on code in PR #11732:
URL: https://github.com/apache/tvm/pull/11732#discussion_r899106018
##########
python/tvm/relay/op/contrib/cmsisnn.py:
##########
@@ -229,17 +229,18 @@ def qnn_max_pool2d_pattern():
def check_qnn_max_pool2d(pattern):
"""Check if max pool2d is supported by CMSIS-NN."""
output = pattern
- input_var = _find_last(pattern)
+ input_op = None
Review Comment:
ACK
--
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]