From commits-return-14182-archive-asf-public=cust-asf.ponee.io@tvm.apache.org Thu May 28 07:31:47 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 7EB07180643 for ; Thu, 28 May 2020 09:31:47 +0200 (CEST) Received: (qmail 86659 invoked by uid 500); 28 May 2020 07:31:46 -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 86650 invoked by uid 99); 28 May 2020 07:31:46 -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, 28 May 2020 07:31:46 +0000 From: =?utf-8?q?GitBox?= To: commits@tvm.apache.org Subject: =?utf-8?q?=5BGitHub=5D_=5Bincubator-tvm=5D_deepakbabel23_commented_on_a_chan?= =?utf-8?q?ge_in_pull_request_=235617=3A_=5BTENSORFLOW=5DStatefulPartitioned?= =?utf-8?q?Call/PartitionedCall_Ops_support_added_?= Message-ID: <159065110674.10999.2500713425922726707.asfpy@gitbox.apache.org> Date: Thu, 28 May 2020 07:31:46 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit In-Reply-To: References: deepakbabel23 commented on a change in pull request #5617: URL: https://github.com/apache/incubator-tvm/pull/5617#discussion_r431636410 ########## File path: tests/python/frontend/tensorflow/test_forward.py ########## @@ -3179,10 +3183,342 @@ def test_forward_isfinite(): _verify_infiniteness_ops(tf.is_finite, "isfinite") +def _test_spop_placeholder_one(): + with tf.Graph().as_default(): Review comment: Will do. Thanks. ---------------------------------------------------------------- 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