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 0cf7ac3 [Relay][TOPI] Fix compute and schedule bugs for
conv2d_winograd_nhwc on mali device. (#8091)
add 7da97b9 [TVMC] Add support for the MLF to 'compile' command (#8086)
No new revisions were added by this update.
Summary of changes:
python/tvm/driver/tvmc/compiler.py | 43 +++++++++-----
python/tvm/driver/tvmc/model.py | 93 ++++++++++++++++++++++++------
python/tvm/driver/tvmc/runner.py | 8 +++
python/tvm/micro/model_library_format.py | 7 +++
tests/python/driver/tvmc/conftest.py | 25 +++++++-
tests/python/driver/tvmc/test_mlf.py | 99 ++++++++++++++++++++++++++++++++
6 files changed, 241 insertions(+), 34 deletions(-)
create mode 100644 tests/python/driver/tvmc/test_mlf.py