You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by gi...@apache.org on 2022/04/28 11:39:36 UTC

[tvm] branch last-successful updated (9fd279b40a -> 72e11baabb)

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

github-bot pushed a change to branch last-successful
in repository https://gitbox.apache.org/repos/asf/tvm.git


    from 9fd279b40a [Graph Debugger] Expose way to benchmark individual nodes. (#11000)
     add 72e11baabb [CMSIS-NN] Moved TFLite model making to common area (#10939)

No new revisions were added by this update.

Summary of changes:
 python/tvm/relay/testing/tflite.py               | 161 +++++++++++++++++++++++
 tests/python/contrib/test_cmsisnn/test_conv2d.py |  19 +--
 tests/python/contrib/test_cmsisnn/utils.py       | 131 ------------------
 3 files changed, 172 insertions(+), 139 deletions(-)
 create mode 100644 python/tvm/relay/testing/tflite.py