ekalda commented on code in PR #14909:
URL: https://github.com/apache/tvm/pull/14909#discussion_r1210016933


##########
python/tvm/relay/op/contrib/ethosu.py:
##########
@@ -522,6 +522,26 @@ def qnn_conv2d_pattern() -> 
tvm.relay.dataflow_pattern.DFPattern:
     return clip_or_req
 
 
+def qnn_conv2d_padless_pattern() -> tvm.relay.dataflow_pattern.DFPattern:

Review Comment:
   I'm quite confused by this... `qnn_conv2d_padless_pattern`'s functionality 
seems to be a subset of `qnn_conv2d_pattern`'s, why is it necessary? 



-- 
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]

Reply via email to