You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by zh...@apache.org on 2021/06/08 00:45:49 UTC

[tvm] branch main updated (2c67d71 -> 64a8e81)

This is an automated email from the ASF dual-hosted git repository.

zhic pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git.


    from 2c67d71  [FIX] Allow tokenizer to parse numbers greater than INT_MAX. (#8120)
     add 64a8e81  [Frontend, Tensorflow2] Adding TF2 frontend code with support for control flow ops  (#8142)

No new revisions were added by this update.

Summary of changes:
 python/tvm/relay/frontend/tensorflow2.py           | 658 +++++++++++++++++++++
 tests/python/frontend/tensorflow2/common.py        |  27 +-
 .../frontend/tensorflow2/test_functional_models.py | 100 +++-
 3 files changed, 766 insertions(+), 19 deletions(-)
 create mode 100644 python/tvm/relay/frontend/tensorflow2.py