This is an automated email from the ASF dual-hosted git repository.
comaniac pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git.
from e664ef0 [PRINTER] Fix the repeatitive cast in scripr printing (#8531)
add 8ab2074 [Frontend, Tensorflow2] Added support for TensorList ops
(#8454)
No new revisions were added by this update.
Summary of changes:
python/tvm/relay/frontend/tensorflow2.py | 206 ++++++++++++++++++++-
python/tvm/relay/frontend/tensorflow2_ops.py | 179 ++++++++++++++++++
python/tvm/relay/frontend/tensorflow_ops.py | 12 ++
.../frontend/tensorflow2/test_functional_models.py | 136 ++++++++++++++
.../frontend/tensorflow2/test_sequential_models.py | 55 ++++++
5 files changed, 583 insertions(+), 5 deletions(-)
create mode 100644 python/tvm/relay/frontend/tensorflow2_ops.py