Skip to content

Commit

Permalink
Remove unnnecessary line.
Browse files Browse the repository at this point in the history
  • Loading branch information
anijain2305 committed Feb 9, 2020
1 parent bc75ae2 commit 10d40eb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/python/frontend/tflite/test_forward.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 10d40eb

Please sign in to comment.