Mousius commented on code in PR #11701:
URL: https://github.com/apache/tvm/pull/11701#discussion_r897762286
##########
tests/python/contrib/test_cmsisnn/test_pooling.py:
##########
@@ -45,11 +45,15 @@ def make_model(
zero_point=-33,
relu_type="RELU",
layout="NHWC",
+ input_op=None,
Review Comment:
I was more wondering why we can't do `input_op=relay.var(...)` but I think
that's linted against because Python would only instantiate the argument once?
--
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]