This is an automated email from the ASF dual-hosted git repository.
mousius pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git.
from 3ffef3d [docker] Update CI to Python 3.7 and Ubuntu 18 (#10247)
add 81df151 Generate correct output tensor names in C Interface API
(#10191)
No new revisions were added by this update.
Summary of changes:
apps/microtvm/ethosu/src/demo_bare_metal.c | 2 +-
apps/microtvm/ethosu/src/demo_freertos.c | 2 +-
.../zephyr/template_project/src/aot_demo/main.c | 2 +-
apps/microtvm/zephyr_cmsisnn/src/main.c | 2 +-
python/tvm/micro/model_library_format.py | 10 +-
python/tvm/relay/frontend/tflite.py | 12 +-
src/relay/backend/aot_executor_codegen.cc | 22 +++-
src/relay/backend/utils.cc | 4 +-
src/relay/backend/utils.h | 8 +-
src/target/source/source_module.cc | 20 ++--
tests/micro/zephyr/test_utils.py | 2 +-
tests/python/contrib/test_ethosu/infra.py | 7 +-
tests/python/contrib/test_ethosu/test_codegen.py | 6 +-
.../contrib/test_ethosu/test_lookup_table.py | 2 +-
tests/python/relay/aot/aot_test_utils.py | 79 +++++++-----
tests/python/relay/aot/test_crt_aot.py | 133 ++++++++++++++++++++-
tests/python/relay/utils/external_codegen.py | 2 +-
17 files changed, 243 insertions(+), 72 deletions(-)