Clear outputs vector after run TestCase (#10279)
This commit is contained in:
parent
ded2d00711
commit
004daca1fa
@ -191,6 +191,8 @@ public:
|
||||
m_input_index = 0;
|
||||
m_output_index = 0;
|
||||
|
||||
m_expected_outputs.clear();
|
||||
|
||||
EXPECT_TRUE(res);
|
||||
}
|
||||
|
||||
@ -205,6 +207,8 @@ public:
|
||||
m_input_index = 0;
|
||||
m_output_index = 0;
|
||||
|
||||
m_expected_outputs.clear();
|
||||
|
||||
EXPECT_TRUE(res);
|
||||
}
|
||||
|
||||
|
@ -1418,11 +1418,6 @@ onnx_controlflow_loop_2d_both_cond_and_trip_count_as_inputs
|
||||
onnx_controlflow_loop_no_variadic_inputs_and_outputs
|
||||
onnx_controlflow_loop_power
|
||||
onnx_if_dynamic_inputs
|
||||
onnx_if_branches_with_same_inputs
|
||||
onnx_if_branches_with_different_inputs
|
||||
onnx_if_branches_without_inputs
|
||||
onnx_if_inside_if
|
||||
onnx_if_branches_with_multiple_outputs
|
||||
|
||||
# Input body shape is changed during Loop iterations
|
||||
# Exception is throw during Loop shape inference
|
||||
|
@ -69,14 +69,9 @@ INTERPRETER.onnx_model_dequantize_linear_1d_zero_scale_int8
|
||||
INTERPRETER.onnx_model_dequantize_linear_1d_zero_scale_int8_4d
|
||||
INTERPRETER.onnx_model_dequantize_linear_1d_zero_scale_uint8_negative_axis
|
||||
|
||||
# ONNX If - result mismatch - 77383
|
||||
# ONNX evaluate method not implemented for If operator
|
||||
INTERPRETER.onnx_if_inside_if
|
||||
INTERPRETER.onnx_if_inside_loop
|
||||
INTERPRETER.onnx_if_branches_with_same_inputs
|
||||
INTERPRETER.onnx_if_branches_with_different_inputs
|
||||
INTERPRETER.onnx_if_branches_without_inputs
|
||||
INTERPRETER.onnx_if_branches_with_multiple_outputs
|
||||
INTERPRETER.onnx_if_dynamic_inputs
|
||||
|
||||
# Activation function hardsigmoid unsupported
|
||||
onnx_model_gru_fwd_activations_relu_hardsigmoid
|
||||
|
Loading…
Reference in New Issue
Block a user