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/13 09:52:53 UTC

[tvm] branch last-successful updated (597000c74e -> 5cfb4bc3d0)

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 597000c74e [ONNX] Add MatMulInteger importer (#10450)
     add 5cfb4bc3d0 [TVMC] Allow output module name to be passed as a command line argument (#10962)

No new revisions were added by this update.

Summary of changes:
 python/tvm/driver/tvmc/compiler.py        |  21 ++++-
 python/tvm/driver/tvmc/model.py           |   2 +-
 python/tvm/relay/op/contrib/cmsisnn.py    |   6 +-
 python/tvm/relay/op/contrib/ethosu.py     |   9 +-
 tests/python/driver/tvmc/test_compiler.py | 148 ++++++++++++++++++++++++++++++
 5 files changed, 179 insertions(+), 7 deletions(-)