You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2021/06/02 19:40:22 UTC

[GitHub] [tvm] rohanmukh commented on a change in pull request #8142: [Frontend][Tensorflow2] adding tf2 control flow ops with a different frontend code

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:
users@infra.apache.org