diff --git a/tensorflow/lite/testing/op_tests/concat.py b/tensorflow/lite/testing/op_tests/concat.py index fa3bc94eb7a..807cada9237 100644 --- a/tensorflow/lite/testing/op_tests/concat.py +++ b/tensorflow/lite/testing/op_tests/concat.py @@ -57,7 +57,7 @@ def make_concat_tests(options): "axis": [1], "type": [tf.float32], "fully_quantize": [False], - "quantize_mode_16x8": [True], + "quantize_mode_16x8": [False], "dynamic_range_quantize": [True], }] diff --git a/tensorflow/lite/testing/op_tests/conv.py b/tensorflow/lite/testing/op_tests/conv.py index 74ce1a0e6c9..8c5ec92e875 100644 --- a/tensorflow/lite/testing/op_tests/conv.py +++ b/tensorflow/lite/testing/op_tests/conv.py @@ -51,7 +51,7 @@ def make_conv_tests(options): "data_format": ["NHWC"], # TODO(aselle): NCHW would be good "constant_filter": [True, False], "channel_multiplier": [1, 2], - "fully_quantize": [False], + "fully_quantize": [True], "quantize_mode_16x8": [True], "dynamic_range_quantize": [False], },