Skip to content

Commit 68043f4

Browse files
committed
Merge pull request opencv#10896 from dkurt:tensorflow_tests_generator
2 parents c0eaff3 + 34ba32f commit 68043f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/dnn/test/test_tf_importer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ TEST(Test_TensorFlow, reshape)
199199
{
200200
runTensorFlowNet("shift_reshape_no_reorder");
201201
runTensorFlowNet("reshape_reduce");
202-
runTensorFlowNet("flatten", true);
202+
runTensorFlowNet("flatten", DNN_TARGET_CPU, true);
203203
}
204204

205205
TEST(Test_TensorFlow, fp16)

0 commit comments

Comments
 (0)