This is an automated email from the ASF dual-hosted git repository.
masahi pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git.
from a072da0 [TIR][REFACTOR] std::string -> String Migration in TIR nodes
(#5596)
add 95b3ad9 [PatternLang] Add ConstantPattern (#5689)
No new revisions were added by this update.
Summary of changes:
docs/langref/relay_pattern.rst | 43 +++
include/tvm/relay/dataflow_pattern.h | 18 ++
include/tvm/relay/dataflow_pattern_functor.h | 3 +
python/tvm/relay/dataflow_pattern/__init__.py | 8 +
src/relay/ir/dataflow_matcher.cc | 5 +
src/relay/ir/dataflow_pattern.cc | 12 +
src/relay/ir/dataflow_pattern_functor.cc | 2 +
src/relay/ir/indexed_graph.cc | 2 +
tests/python/relay/test_dataflow_pattern.py | 359 +++++++++++++++++---------
9 files changed, 337 insertions(+), 115 deletions(-)