You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by ju...@apache.org on 2022/08/22 05:10:31 UTC

[tvm] branch main updated (cc769fdc95 -> 262906516a)

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

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


    from cc769fdc95 [TVMScript] Printer entry point (#12462)
     add 262906516a [TVMScript] Printer: add boolean operators to OperationDoc (#12518)

No new revisions were added by this update.

Summary of changes:
 include/tvm/script/printer/doc.h                   | 51 +++++++++---------
 python/tvm/script/printer/doc.py                   | 55 ++++++++++---------
 src/script/printer/python_doc_printer.cc           |  6 +++
 .../test_tvmscript_printer_python_doc_printer.py   | 62 ++++++++++++++++++++++
 4 files changed, 124 insertions(+), 50 deletions(-)