delldu commented on a change in pull request #8443:
URL: https://github.com/apache/tvm/pull/8443#discussion_r670265069



##########
File path: tests/python/frontend/pytorch/test_forward.py
##########
@@ -3912,6 +3912,106 @@ def forward(self, x):
     verify_model(Flip(axis=-1), input_data=input)
 
 
[email protected]_gpu
+def test_forward_im2col():
+    torch.set_grad_enabled(False)
+
+    class Im2col3x3(Module):

Review comment:
       Modified. Only one class Im2col with kernel, remove script test.




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