rohanmukh commented on a change in pull request #8142:
URL: https://github.com/apache/tvm/pull/8142#discussion_r644268169



##########
File path: tests/python/frontend/tensorflow2/common.py
##########
@@ -23,8 +23,7 @@
 
 from tvm.runtime.vm import VirtualMachine
 import tvm.contrib.graph_executor as runtime
-from tvm.relay.frontend.tensorflow import from_tensorflow
-
+from tvm.relay.frontend.tensorflow2 import from_tensorflow

Review comment:
       Previously the existing parser from `relay/frontend/tensorflow.py` was 
being used to test the basic TF2 ops, functions and models. From this PR, all 
of those test as well as the new ones are being passed through the new frontend 
parser for TF2, namely `relay/frontend/tensorflow2.py`




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to