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/07/28 03:25:31 UTC

[tvm] branch last-successful updated (10b81c274f -> fcec5f4a76)

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 10b81c274f [ci][lint] Consolidate image lookup logic (#12206)
     add fcec5f4a76 [TVMScript] StmtDoc Definitions (#12111)

No new revisions were added by this update.

Summary of changes:
 include/tvm/script/printer/doc.h                   | 506 +++++++++++++++++++++
 python/tvm/script/printer/_ffi_api.py              |   2 +-
 python/tvm/script/printer/doc.py                   | 248 ++++++++--
 python/tvm/script/printer/doc_printer.py           |   5 +-
 src/script/printer/doc.cc                          | 170 +++++++
 .../python/unittest/test_tvmscript_printer_doc.py  | 260 +++++++++++
 6 files changed, 1154 insertions(+), 37 deletions(-)