1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 23:33:05 +04:00

Merge pull request #12128 from dkurt:dnn_fix_12066

This commit is contained in:
Alexander Alekhin
2018-08-10 14:14:16 +00:00
5 changed files with 79 additions and 40 deletions
+1
View File
@@ -212,6 +212,7 @@ TEST_P(Test_TensorFlow_layers, reshape)
runTensorFlowNet("shift_reshape_no_reorder");
runTensorFlowNet("reshape_no_reorder");
runTensorFlowNet("reshape_reduce");
runTensorFlowNet("reshape_as_shape");
}
TEST_P(Test_TensorFlow_layers, flatten)