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 1a98ea2e4f [TIR] Minor fix to tensor intrin description (#12356)
add fae79bbc3e [TVMScript] Printer Registry (#12237)
No new revisions were added by this update.
Summary of changes:
include/tvm/script/printer/traced_object.h | 2 +
include/tvm/script/printer/traced_object_functor.h | 183 +++++++++++++++++++++
src/script/printer/traced_object_functor.cc | 75 +++++++++
...tvmscript_printer_traced_object_functor_test.cc | 171 +++++++++++++++++++
4 files changed, 431 insertions(+)
create mode 100644 include/tvm/script/printer/traced_object_functor.h
create mode 100644 src/script/printer/traced_object_functor.cc
create mode 100644 tests/cpp/tvmscript_printer_traced_object_functor_test.cc