Hzfengsy commented on code in PR #17536:
URL: https://github.com/apache/tvm/pull/17536#discussion_r1849543260
##########
tests/python/relax/test_frontend_onnx.py:
##########
@@ -1022,6 +1022,57 @@ def _verify_conv(input_shape, weight_shape):
_verify_conv([3, 4, 32, 32, 32], [2, 4, 3, 3, 3]) # group=2
[email protected]("stride", [1, 2])
Review Comment:
Can we combine the tests into `test_conv`? Looks like they are almost the
same:)
--
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]