From commits-return-8516-archive-asf-public=cust-asf.ponee.io@tvm.apache.org Thu Mar 12 16:51:57 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 0A18F18064F for ; Thu, 12 Mar 2020 17:51:56 +0100 (CET) Received: (qmail 94635 invoked by uid 500); 12 Mar 2020 16:51:56 -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 94626 invoked by uid 99); 12 Mar 2020 16:51:56 -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, 12 Mar 2020 16:51:56 +0000 From: GitBox To: commits@tvm.apache.org Subject: [GitHub] [incubator-tvm] tqchen commented on a change in pull request #4960: [Relay][Pass] Add submodule extraction pass Message-ID: <158403191631.21516.8294709873536958871.gitbox@gitbox.apache.org> References: In-Reply-To: Date: Thu, 12 Mar 2020 16:51:56 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit tqchen commented on a change in pull request #4960: [Relay][Pass] Add submodule extraction pass URL: https://github.com/apache/incubator-tvm/pull/4960#discussion_r391756346 ########## File path: python/tvm/relay/transform.py ########## @@ -657,6 +657,20 @@ def un_cps(func): return _transform.un_cps(func) +def extract_fused_functions(): + """Turn IRModule into IRModule of only fused primitive functions. Review comment: Should we move it to relay.analysis instead since this is not an equivalent transformation? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: users@infra.apache.org With regards, Apache Git Services