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 724f35e [TVMC] micro, run: Disable micro support when USE_MICRO=OFF
(#9632)
add 6c8ed60 [microNPU] Add NHWC -> NHCWB16 layout transformation pass
(#9561)
No new revisions were added by this update.
Summary of changes:
python/tvm/relay/backend/contrib/ethosu/codegen.py | 128 +++++
.../relay/backend/contrib/ethosu/op/op_attrs.py | 10 +
.../contrib/test_ethosu/test_layout_optimizer.py | 623 +++++++++++++++++++++
3 files changed, 761 insertions(+)
create mode 100644 tests/python/contrib/test_ethosu/test_layout_optimizer.py