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/05/25 04:40:22 UTC

[tvm] branch main updated (b64466a -> 65cd19f)

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 b64466a  [CI,DOCKER] Bump gpu image to cuda 11.0.3 (#8119)
     add 65cd19f  [Frontend] [Tensorflow2] Added test infrastructure for TF2 frozen models (#8074)

No new revisions were added by this update.

Summary of changes:
 python/tvm/relay/testing/tf.py                     |  42 +++
 tests/python/frontend/tensorflow2/common.py        | 105 ++++++
 .../frontend/tensorflow2/test_functional_models.py | 361 +++++++++++++++++++++
 .../frontend/tensorflow2/test_sequential_models.py | 113 +++++++
 4 files changed, 621 insertions(+)
 create mode 100644 tests/python/frontend/tensorflow2/common.py
 create mode 100644 tests/python/frontend/tensorflow2/test_functional_models.py
 create mode 100644 tests/python/frontend/tensorflow2/test_sequential_models.py