You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by ma...@apache.org on 2022/01/13 12:30:14 UTC

[tvm] branch main updated (8959d68 -> f9d8c2b)

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

masahi pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git.


    from 8959d68  [Relay] Add printer for op strategy objects (#9923)
     add f9d8c2b  Add API `get_input_info` to graph_executor (#9889)

No new revisions were added by this update.

Summary of changes:
 python/tvm/contrib/graph_executor.py              | 27 +++++++++
 python/tvm/driver/tvmc/runner.py                  | 71 +++++------------------
 python/tvm/runtime/container.py                   | 11 ++++
 src/runtime/graph_executor/graph_executor.cc      | 36 ++++++++++++
 src/runtime/graph_executor/graph_executor.h       | 12 ++++
 tests/python/relay/test_backend_graph_executor.py | 15 +++++
 tests/python/unittest/test_runtime_container.py   |  6 ++
 7 files changed, 121 insertions(+), 57 deletions(-)