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



##########
File path: tests/python/frontend/pytorch/test_forward.py
##########
@@ -4055,6 +4155,8 @@ def forward(self, x):
     test_hard_sigmoid()
     test_forward_nll_loss()
     test_forward_flip()
+    test_forward_grid_sampler()
+    test_forward_float()

Review comment:
       @wyc-ruiker , 1)sorry for commit lost, now add Im2col3x3 test, this is 
for trace mode, Im2col5x5 for script mode;
   2)we use separate modules just for cover trace/script mode and keep simple 
as possible.
   Thanks a gain. 




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