This is an automated email from the ASF dual-hosted git repository.

masahi pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git


    from 1e988a4a6f [WEB] Reduce memleak in web runtime (#14086)
     add b732e3c021 [AoT]Add get_input_name function to AoT Module (#14071)

No new revisions were added by this update.

Summary of changes:
 include/tvm/runtime/crt/aot_executor.h             | 10 +++++++
 python/tvm/micro/__init__.py                       |  1 +
 python/tvm/micro/session.py                        | 18 +++++++++++++
 python/tvm/relay/build_module.py                   |  2 +-
 python/tvm/runtime/executor/aot_executor.py        | 19 +++++++++++++
 src/runtime/aot_executor/aot_executor.cc           |  8 ++++++
 src/runtime/aot_executor/aot_executor.h            |  7 +++++
 src/runtime/crt/aot_executor/aot_executor.c        |  6 +++++
 .../crt/aot_executor_module/aot_executor_module.c  | 24 +++++++++++++++--
 tests/python/relay/aot/test_cpp_aot.py             |  6 +++++
 tests/python/unittest/test_crt.py                  | 31 +++++++++-------------
 11 files changed, 111 insertions(+), 21 deletions(-)

Reply via email to