comaniac commented on a change in pull request #6254:
URL: https://github.com/apache/incubator-tvm/pull/6254#discussion_r469545337
##########
File path: python/tvm/relay/op/contrib/arm_compute_lib.py
##########
@@ -114,8 +141,26 @@ def check_qnn_conv(extract):
call = call.args[0]
return qnn_conv2d(call.attrs, call.args)
+ def check_dense(extract):
+ """Check conv pattern is supported by ACL."""
+ call = extract
Review comment:
After reading `check_qnn_dense`, do you need to check the `out_dtype`
here?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]