This is an automated email from the ASF dual-hosted git repository.
manupa pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git.
from 39bf923 [AOT] Use python temporary directory for AOT tests (#10518)
add a1fb44d [microNPU] Add support for TFLite FULLY_CONNECTED (#10345)
No new revisions were added by this update.
Summary of changes:
.../tvm/relay/backend/contrib/ethosu/legalize.py | 87 ++++++++++++++++
python/tvm/relay/backend/contrib/ethosu/util.py | 14 +++
python/tvm/relay/op/contrib/ethosu.py | 109 +++++++++++++++++++++
tests/python/contrib/test_ethosu/test_codegen.py | 30 ++++++
tests/python/contrib/test_ethosu/test_legalize.py | 103 +++++++++++++++++++
5 files changed, 343 insertions(+)