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 e3dda2398f [TFLite][Frontend] Add expected IRModule checks for conv2d,
pool2d, and batch_matmul tests (#18970)
add 87f2915897 test(relax): cover TFLite LOG and GREATER_EQUAL in
test_frontend_tflite (#19343)
add 78b7286d32 fix: TFLite model retrieval with error handling (#19347)
add 28aac4744d [Relax][TFLite] Add NON_MAX_SUPPRESSION_V5 support (#19349)
add befee5827e [Docs] Fix outdated code examples, typos, and missing API
reference in documentation(2) (#19344)
add b8ecf2f803 [Docs] Add Relax VM architecture overview in documentation
(#19350)
No new revisions were added by this update.
Summary of changes:
docs/arch/index.rst | 23 ++-
docs/conf.py | 6 +-
docs/deep_dive/relax/learning.rst | 4 +-
docs/how_to/dev/pytest_target_parametrization.rst | 2 +-
docs/how_to/tutorials/cross_compilation_and_rpc.py | 2 +-
.../how_to/tutorials/export_and_load_executable.py | 10 +-
docs/how_to/tutorials/optimize_llm.py | 4 +-
docs/reference/api/python/relax/frontend.rst | 6 +
docs/reference/api/python/topi.rst | 2 +-
.../tvm/relax/frontend/tflite/tflite_frontend.py | 36 +++--
tests/python/relax/test_frontend_tflite.py | 171 ++++++++++++++++++++-
11 files changed, 233 insertions(+), 33 deletions(-)