Fix tests.

Change-Id: I9e477a169859472b2bbd0682395c466a42ac7c9f
This commit is contained in:
Elena Zhelezina 2020-06-30 22:31:43 +01:00
parent 2292edc36a
commit fe9cad8513
2 changed files with 2 additions and 2 deletions

View File

@ -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],
}]

View File

@ -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],
},