From commits-return-12448-archive-asf-public=cust-asf.ponee.io@tvm.apache.org Wed Apr 29 03:29:44 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 B712A180637 for ; Wed, 29 Apr 2020 05:29:43 +0200 (CEST) Received: (qmail 60807 invoked by uid 500); 29 Apr 2020 03:29:42 -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 60794 invoked by uid 99); 29 Apr 2020 03:29:41 -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; Wed, 29 Apr 2020 03:29:41 +0000 From: =?utf-8?q?GitBox?= To: commits@tvm.apache.org Subject: =?utf-8?q?=5BGitHub=5D_=5Bincubator-tvm=5D_Menooker_commented_on_a_change_in?= =?utf-8?q?_pull_request_=235357=3A_=5BRelay=5D_enable_blocking_format_in_x8?= =?utf-8?q?6_conv2d_and_fold_scale_axis?= Message-ID: <158813098183.3807.10103560155599323450.asfpy@gitbox.apache.org> Date: Wed, 29 Apr 2020 03:29:41 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit References: In-Reply-To: Menooker commented on a change in pull request #5357: URL: https://github.com/apache/incubator-tvm/pull/5357#discussion_r417047631 ########## File path: src/relay/transforms/fold_scale_axis.cc ########## @@ -39,6 +39,10 @@ namespace relay { * * Use namespace to reduce potential naming conflict. */ + +extern Expr MakeReshape(Expr data, + Array newshape); Review comment: OK, changed as required ---------------------------------------------------------------- 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