Fix test failure.
Change-Id: Id7a7c31fca509507f7098097da8abc793506f833
This commit is contained in:
parent
bf02b27dfc
commit
985adde321
@ -32,15 +32,11 @@ def make_leaky_relu_tests(options):
|
|||||||
{
|
{
|
||||||
"input_shape": [[], [1], [5], [1, 10, 10, 3], [3, 3, 3, 3]],
|
"input_shape": [[], [1], [5], [1, 10, 10, 3], [3, 3, 3, 3]],
|
||||||
"alpha": [0.1, 1.0, 2.0, -0.1, -1.0, -2.0],
|
"alpha": [0.1, 1.0, 2.0, -0.1, -1.0, -2.0],
|
||||||
"fully_quantize": [False],
|
"fully_quantize": [False, True],
|
||||||
"quant_16x8": [False],
|
"input_range": [(-3, 10)],
|
||||||
},
|
"quant_16x8": [False, True],
|
||||||
{
|
}
|
||||||
"input_shape": [[1, 10, 10, 3]],
|
]
|
||||||
"alpha": [0.1],
|
|
||||||
"fully_quantize": [True],
|
|
||||||
"quant_16x8": [True, False],
|
|
||||||
}]
|
|
||||||
|
|
||||||
def build_graph(parameters):
|
def build_graph(parameters):
|
||||||
"""Build the graph for the test case."""
|
"""Build the graph for the test case."""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user