Commit 34ba32ff authored by Dmitry Kurtaev's avatar Dmitry Kurtaev

Fix DNN flatten test

parent 85700737
...@@ -199,7 +199,7 @@ TEST(Test_TensorFlow, reshape) ...@@ -199,7 +199,7 @@ TEST(Test_TensorFlow, reshape)
{ {
runTensorFlowNet("shift_reshape_no_reorder"); runTensorFlowNet("shift_reshape_no_reorder");
runTensorFlowNet("reshape_reduce"); runTensorFlowNet("reshape_reduce");
runTensorFlowNet("flatten", true); runTensorFlowNet("flatten", DNN_TARGET_CPU, true);
} }
TEST(Test_TensorFlow, fp16) TEST(Test_TensorFlow, fp16)
......
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