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/02/22 02:42:24 UTC

[tvm] branch main updated (9dd62b4 -> 55cfc4a)

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 9dd62b4  [BYOC-DNNL] add support for more ops and fusion patterns
     add 55cfc4a  RelayViz interface and terminal ast-dump (#10085)

No new revisions were added by this update.

Summary of changes:
 docs/reference/api/python/contrib.rst             |  10 +
 gallery/how_to/work_with_relay/using_relay_viz.py | 159 +++++++++++
 python/tvm/contrib/relay_viz/__init__.py          | 105 +++++++
 python/tvm/contrib/relay_viz/interface.py         | 323 ++++++++++++++++++++++
 python/tvm/contrib/relay_viz/terminal.py          | 238 ++++++++++++++++
 5 files changed, 835 insertions(+)
 create mode 100644 gallery/how_to/work_with_relay/using_relay_viz.py
 create mode 100644 python/tvm/contrib/relay_viz/__init__.py
 create mode 100644 python/tvm/contrib/relay_viz/interface.py
 create mode 100644 python/tvm/contrib/relay_viz/terminal.py