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 c4d01b5c2f [FFI] Bump tvm-ffi to latest (#18411)
add 36a469680a [DOCS] Add tutorial for exporting and loading back Relax
executables (#18404)
add 9249061ad8 [Relax][PyTorch] Add support for decomposed operators and
fix IR of ops tests(3) (#18410)
No new revisions were added by this update.
Summary of changes:
.../how_to/tutorials/export_and_load_executable.py | 375 +++++++++++++++++++++
docs/index.rst | 1 +
.../frontend/torch/base_fx_graph_translator.py | 3 +
.../frontend/torch/exported_program_translator.py | 2 +
.../relax/test_frontend_from_exported_program.py | 122 +++++--
5 files changed, 473 insertions(+), 30 deletions(-)
create mode 100644 docs/how_to/tutorials/export_and_load_executable.py