This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch nightly
in repository https://gitbox.apache.org/repos/asf/tvm.git
from d33630c2a2 [Vulkan] Avoid explicit layout decoration on non-interface
allocations (#18914)
add 5e05f70a1a [Relax][TFLite] Introduce TensorFlow Lite frontend (#18868)
No new revisions were added by this update.
Summary of changes:
.../cpu => relax/frontend/tflite}/__init__.py | 5 +-
.../tvm/relax/frontend/tflite/tflite_flexbuffer.py | 156 +
.../tvm/relax/frontend/tflite/tflite_frontend.py | 4131 ++++++++++++++++++++
tests/python/relax/test_frontend_tflite.py | 829 ++++
tests/scripts/task_python_nightly.sh | 4 +
5 files changed, 5122 insertions(+), 3 deletions(-)
copy python/tvm/{s_tir/dlight/cpu => relax/frontend/tflite}/__init__.py (89%)
create mode 100644 python/tvm/relax/frontend/tflite/tflite_flexbuffer.py
create mode 100644 python/tvm/relax/frontend/tflite/tflite_frontend.py
create mode 100644 tests/python/relax/test_frontend_tflite.py