jinhongyii commented on code in PR #14348:
URL: https://github.com/apache/tvm/pull/14348#discussion_r1142883069


##########
tests/python/relax/test_frontend_from_fx.py:
##########
@@ -19,20 +19,51 @@
 import tvm
 from tvm import relax
 import tvm.testing
-from tvm.script.parser import ir as I, relax as R, tir as T
+from tvm.script import ir as I
+from tvm.script import relax as R
+from tvm.script import tir as T
 
 
-def verify_model(torch_model, input_info, binding, expected):
+def verify_model(

Review Comment:
   I'm not sure either. I think we don't need it here given we don't have any 
low-level implementation in the IR after fx translator.



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