This is an automated email from the ASF dual-hosted git repository.
leandron pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git.
from d5818b4 [Frontend, pytorch] Vc/pytorch lstm (#8447)
add ca28dff Rename runtime-config to executor-config and add
documentation for Model Library Format (#8270)
No new revisions were added by this update.
Summary of changes:
docs/dev/index.rst | 1 +
docs/dev/model_library_format.rst | 169 +++++++++++++++++++++
python/tvm/driver/tvmc/model.py | 4 +-
python/tvm/micro/model_library_format.py | 10 +-
tests/python/driver/tvmc/test_mlf.py | 5 +
.../unittest/test_micro_model_library_format.py | 10 +-
6 files changed, 187 insertions(+), 12 deletions(-)
create mode 100644 docs/dev/model_library_format.rst