From 10d40eb3b671b1a8f5a72aa45a6c8421d2563c5c Mon Sep 17 00:00:00 2001 From: Animesh Jain Date: Wed, 5 Feb 2020 19:30:35 +0000 Subject: [PATCH] Remove unnnecessary line. --- tests/python/frontend/tflite/test_forward.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/python/frontend/tflite/test_forward.py b/tests/python/frontend/tflite/test_forward.py index f86d5f225c12..fe10d3593a50 100644 --- a/tests/python/frontend/tflite/test_forward.py +++ b/tests/python/frontend/tflite/test_forward.py @@ -1166,7 +1166,6 @@ def _test_pad(data, mode="CONSTANT", quantized=False): in_data = [array_ops.placeholder(shape=data[0].shape, dtype='float32', name='in')] if quantized: - min_value, max_value = -100, 100 # fake_quant will keep the tensors in float32 until the conversion in the session inq_data = [tf.quantization.fake_quant_with_min_max_args(in_data[0], min=-100,