Skip to content

Commit 34ba32f

Browse files
committed
Fix DNN flatten test
1 parent 8570073 commit 34ba32f

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)