Fix DNN flatten test
This commit is contained in:
parent
857007372d
commit
34ba32ff27
@ -199,7 +199,7 @@ TEST(Test_TensorFlow, reshape)
|
||||
{
|
||||
runTensorFlowNet("shift_reshape_no_reorder");
|
||||
runTensorFlowNet("reshape_reduce");
|
||||
runTensorFlowNet("flatten", true);
|
||||
runTensorFlowNet("flatten", DNN_TARGET_CPU, true);
|
||||
}
|
||||
|
||||
TEST(Test_TensorFlow, fp16)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user