ashutosh-arm commented on code in PR #12353:
URL: https://github.com/apache/tvm/pull/12353#discussion_r944014209
##########
tests/python/contrib/test_cmsisnn/test_conv2d.py:
##########
@@ -729,7 +830,7 @@ def test_invalid_parameters(
in_dtype,
kernel_dtype,
in_dtype,
- False,
+ is_depthwise=False,
)
model, params = make_model(
shape=ifm_shape,
Review Comment:
I have also added extra checks to test presence of pads in the invalid cases
post partition'g.
--
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]