Fix tests.
Change-Id: I9e477a169859472b2bbd0682395c466a42ac7c9f
This commit is contained in:
parent
2292edc36a
commit
fe9cad8513
@ -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],
|
||||
}]
|
||||
|
||||
|
@ -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],
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user