You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by ma...@apache.org on 2021/01/14 21:15:18 UTC

[tvm] branch main updated (f503d82 -> d7a9a7c)

This is an automated email from the ASF dual-hosted git repository.

masahi pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git.


    from f503d82  fix mcpu on os x (#7276)
     add d7a9a7c  [PatternLang] Add If pattern (#7282)

No new revisions were added by this update.

Summary of changes:
 docs/langref/relay_pattern.rst                | 16 ++++++++++
 include/tvm/relay/dataflow_pattern.h          | 20 +++++++++++++
 include/tvm/relay/dataflow_pattern_functor.h  |  3 ++
 python/tvm/relay/dataflow_pattern/__init__.py | 43 +++++++++++++++++++++++++++
 src/relay/ir/dataflow_matcher.cc              | 12 ++++++++
 src/relay/ir/dataflow_pattern.cc              | 22 ++++++++++++++
 src/relay/ir/dataflow_pattern_functor.cc      |  6 ++++
 src/relay/ir/indexed_graph.cc                 |  6 ++++
 tests/python/relay/test_dataflow_pattern.py   | 38 +++++++++++++++++++++++
 9 files changed, 166 insertions(+)