Commit c97eb98c authored by tsocha's avatar tsocha Committed by Scott Cyphers

[ONNX] Remove unnecessary result dumping in test. (#3217)

parent 86e16bac
...@@ -423,6 +423,5 @@ NGRAPH_TEST(onnx_${BACKEND_NAME}, model_convtranspose_output_shape) ...@@ -423,6 +423,5 @@ NGRAPH_TEST(onnx_${BACKEND_NAME}, model_convtranspose_output_shape)
test_case.add_expected_output_from_file<float>( test_case.add_expected_output_from_file<float>(
{1, 2, 10, 8}, TEST_FILES, "onnx/convtranspose_output_shape/y.bin"); {1, 2, 10, 8}, TEST_FILES, "onnx/convtranspose_output_shape/y.bin");
test_case.dump_results();
test_case.run(); test_case.run();
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment