This is an automated email from the ASF dual-hosted git repository.
tqchen pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git.
from 1ef1605 [FRONTEND][TF] Add conv3d (#4604)
add 983eba8 [IR] Unify approach to Visitor/Mutator under Functor (#4606)
No new revisions were added by this update.
Summary of changes:
include/tvm/ir_functor_ext.h | 259 ++++++++++++++++
include/tvm/ir_mutator.h | 3 +-
include/tvm/node/container.h | 42 +++
src/pass/ir_functor.cc | 717 +++++++++++++++++++++++++++++++++++++++++++
src/pass/ir_mutator.cc | 53 ----
src/pass/ir_visitor.cc | 20 --
tests/cpp/ir_functor_test.cc | 93 +++++-
7 files changed, 1112 insertions(+), 75 deletions(-)
create mode 100644 src/pass/ir_functor.cc