From commits-return-13412-archive-asf-public=cust-asf.ponee.io@tvm.apache.org Fri May 15 11:05:25 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 7B5CD180608 for ; Fri, 15 May 2020 13:05:25 +0200 (CEST) Received: (qmail 72201 invoked by uid 500); 15 May 2020 11:05:24 -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 72192 invoked by uid 99); 15 May 2020 11:05:24 -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; Fri, 15 May 2020 11:05:24 +0000 From: =?utf-8?q?GitBox?= To: commits@tvm.apache.org Subject: =?utf-8?q?=5BGitHub=5D_=5Bincubator-tvm=5D_siju-samuel_commented_on_pull_req?= =?utf-8?q?uest_=235603=3A_=5BPYTORCH=5DImplicitTensorToNum_support_added?= Message-ID: <158954072427.19379.13268971913432680785.asfpy@gitbox.apache.org> Date: Fri, 15 May 2020 11:05:24 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit References: In-Reply-To: siju-samuel commented on pull request #5603: URL: https://github.com/apache/incubator-tvm/pull/5603#issuecomment-629174157 pytorch graph ``` graph(%x : Tensor, %y : Tensor): %2 : int = prim::ImplicitTensorToNum(%x) %3 : int = prim::ImplicitTensorToNum(%y) %4 : int[] = prim::ListConstruct(%2, %3) %5 : int[] = aten::list(%4) ``` %5 will be used as reshape's new shape or transpose's axis etc. ---------------------------------------------------------------- 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