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/27 19:23:19 UTC

[tvm] branch last-successful updated (97269fa479 -> 584b0f31d8)

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 97269fa479 Update to 0.10.0 (#12190)
     add 584b0f31d8 [TVMScript] ExprDoc (#12048)

No new revisions were added by this update.

Summary of changes:
 include/tvm/script/printer/doc.h                   | 482 +++++++++++++++++++++
 python/tvm/script/printer/doc.py                   | 248 ++++++++++-
 src/script/printer/base_doc_printer.cc             |  20 +
 src/script/printer/base_doc_printer.h              |  50 +++
 src/script/printer/doc.cc                          | 147 +++++++
 src/script/printer/python_doc_printer.cc           | 203 +++++++++
 .../python/unittest/test_tvmscript_printer_doc.py  | 217 +++++++++-
 .../test_tvmscript_printer_python_doc_printer.py   | 380 +++++++++++++++-
 8 files changed, 1741 insertions(+), 6 deletions(-)