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 5147442 [TVMC] Add test for quantized pytorch model (#9467)
add 00b0a81 [TIR] Add type hint for TIR (#9432)
No new revisions were added by this update.
Summary of changes:
python/tvm/script/tir/__init__.pyi | 359 +++++++++++++++++++++++++++
python/tvm/script/tir/ty.py | 11 +-
python/tvm/tir/schedule/testing.py | 9 +-
tests/lint/pylint.sh | 1 +
tests/python/unittest/test_tvmscript_type.py | 86 +++++++
tests/scripts/task_mypy.sh | 4 +
6 files changed, 462 insertions(+), 8 deletions(-)
create mode 100644 python/tvm/script/tir/__init__.pyi
create mode 100644 tests/python/unittest/test_tvmscript_type.py