From commits-return-11893-archive-asf-public=cust-asf.ponee.io@tvm.apache.org Wed Apr 22 06:00:30 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 88021180181 for ; Wed, 22 Apr 2020 08:00:30 +0200 (CEST) Received: (qmail 92962 invoked by uid 500); 22 Apr 2020 06:00:29 -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 92949 invoked by uid 99); 22 Apr 2020 06:00:28 -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, 22 Apr 2020 06:00:28 +0000 From: =?utf-8?q?GitBox?= To: commits@tvm.apache.org Subject: =?utf-8?q?=5BGitHub=5D_=5Bincubator-tvm=5D_gopinath-r_edited_a_comment_on_is?= =?utf-8?q?sue_=235133=3A_=5BTorch=5D_A_list_of_missing_op_conversion_in_nee?= =?utf-8?q?d_of_help_?= Message-ID: <158753522891.29173.10920453463276448303.asfpy@gitbox.apache.org> Date: Wed, 22 Apr 2020 06:00:28 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit References: In-Reply-To: gopinath-r edited a comment on issue #5133: URL: https://github.com/apache/incubator-tvm/issues/5133#issuecomment-617568268 @siju-samuel thanks for the reply These are the values of input and input_types in repeat **input>>> bound method Kernel.raw_input of input_types>>> ['float', 'ListType'] data>>> tensor([[[0., 1., 2., 3., 4., 5., 6., 7.]]]) reps>>> [1, CallNode(Op(multiply), [Constant(152), Constant(8)], (nullptr), []), 44]** Use of torch.repeat can be found at line numbers 141, 144 of bts.py. I have uploaded the script and necessary files to run bts in gdrive [BTS_TVM](https://drive.google.com/file/d/1ZHYA12rv04hkVZFRI1TMs3Mdt_fPmbGr/view?usp=sharing) ---------------------------------------------------------------- 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