From commits-return-15054-archive-asf-public=cust-asf.ponee.io@tvm.apache.org Thu Jun 11 14:25:24 2020 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 65A3F18065E for ; Thu, 11 Jun 2020 16:25:24 +0200 (CEST) Received: (qmail 73538 invoked by uid 500); 11 Jun 2020 14:25:23 -0000 Mailing-List: contact commits-help@tvm.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tvm.apache.org Delivered-To: mailing list commits@tvm.apache.org Received: (qmail 73529 invoked by uid 99); 11 Jun 2020 14:25:23 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Jun 2020 14:25:23 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id B434A890AF; Thu, 11 Jun 2020 14:25:23 +0000 (UTC) Date: Thu, 11 Jun 2020 14:25:23 +0000 To: "commits@tvm.apache.org" Subject: [incubator-tvm] branch master updated (672e6cd -> 0d2b4bc) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <159188552318.18836.1324198757896141858@gitbox.apache.org> From: masahi@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: incubator-tvm X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 672e6cdd2ed21773d761d24f711902bded8b3d96 X-Git-Newrev: 0d2b4bcd63ddc5d8e38c7be67180a0de6e41592e X-Git-NotificationType: ref_changed X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated 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 672e6cd Fix gelu in PyTorch frontend, tighten numerical checks (#5763) add 0d2b4bc Add ShapePattern and DataTypePattern (#5760) No new revisions were added by this update. Summary of changes: include/tvm/relay/dataflow_pattern.h | 58 +++++++++++++ include/tvm/relay/dataflow_pattern_functor.h | 10 ++- python/tvm/relay/dataflow_pattern/__init__.py | 120 ++++++++++++++++++++++++-- src/relay/ir/dataflow_matcher.cc | 20 ++++- src/relay/ir/dataflow_pattern.cc | 40 +++++++++ src/relay/ir/dataflow_pattern_functor.cc | 7 ++ src/relay/ir/indexed_graph.cc | 13 ++- tests/python/relay/test_dataflow_pattern.py | 92 ++++++++++++++++++++ 8 files changed, 350 insertions(+), 10 deletions(-)