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 92a80e9 [ci][1/2] Shard `frontend: GPU` job into 2 jobs (#10413)
add 111b2da RelayViz Graphviz renderer (#10400)
No new revisions were added by this update.
Summary of changes:
docs/reference/api/python/contrib.rst | 4 +-
gallery/how_to/work_with_relay/using_relay_viz.py | 2 +
python/tvm/contrib/relay_viz/__init__.py | 10 +-
python/tvm/contrib/relay_viz/dot.py | 221 ++++++++++++++++++++++
python/tvm/contrib/relay_viz/interface.py | 10 +-
python/tvm/contrib/relay_viz/terminal.py | 5 +-
6 files changed, 245 insertions(+), 7 deletions(-)
create mode 100644 python/tvm/contrib/relay_viz/dot.py