This is an automated email from the ASF dual-hosted git repository.
haichen pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git.
from 1812060 Fix prelu bug in onnx frontend. (#7208)
add d3bb762 [PatternLang] Add Syntatic Sugar to the C++ pattern API and
support DataType Attribute Matching (#7120)
No new revisions were added by this update.
Summary of changes:
include/tvm/relay/dataflow_pattern.h | 56 ++++++--
python/tvm/relay/dataflow_pattern/__init__.py | 4 +-
src/relay/ir/dataflow_matcher.cc | 14 +-
src/relay/ir/dataflow_pattern.cc | 67 +++++++--
src/relay/transforms/simplify_expr.cc | 9 +-
tests/cpp/dataflow_pattern_test.cc | 200 ++++++++++++++++++++++++++
tests/python/relay/test_dataflow_pattern.py | 6 +
7 files changed, 319 insertions(+), 37 deletions(-)
create mode 100644 tests/cpp/dataflow_pattern_test.cc