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 fa3b34c [TVMScript] Fix printing ForNode annotations (#8891)
add 3f3c067 [1/10] CMSIS-NN graph partitioner for softmax (#8653)
No new revisions were added by this update.
Summary of changes:
python/tvm/relay/op/contrib/cmsisnn.py | 80 ++++++++++++++++
tests/python/contrib/test_cmsisnn/test_softmax.py | 107 ++++++++++++++++++++++
2 files changed, 187 insertions(+)
create mode 100644 python/tvm/relay/op/contrib/cmsisnn.py
create mode 100644 tests/python/contrib/test_cmsisnn/test_softmax.py