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


    omit 24e89befd6 [TVMScript] IRModule parser (#13176)

This update removed existing revisions from the reference, leaving the
reference pointing at a previous point in the repository history.

 * -- * -- N   refs/heads/last-successful (e5c7c9371e)
            \
             O -- O -- O   (24e89befd6)

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 python/tvm/script/_parser/__init__.py             |  3 +-
 python/tvm/script/_parser/_core.py                |  5 +-
 python/tvm/script/_parser/ir/__init__.py          | 22 -------
 python/tvm/script/_parser/ir/entry.py             | 74 -----------------------
 python/tvm/script/_parser/ir/parser.py            | 66 --------------------
 tests/python/unittest/test_tvmscript_parser_ir.py | 35 -----------
 6 files changed, 2 insertions(+), 203 deletions(-)
 delete mode 100644 python/tvm/script/_parser/ir/__init__.py
 delete mode 100644 python/tvm/script/_parser/ir/entry.py
 delete mode 100644 python/tvm/script/_parser/ir/parser.py
 delete mode 100644 tests/python/unittest/test_tvmscript_parser_ir.py

Reply via email to