1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 00:03:03 +04:00

Enable reshape-as-shape layer from TensorFlow

This commit is contained in:
Dmitry Kurtaev
2018-08-02 11:12:22 +03:00
parent e0c93bcf6c
commit 449696f1e5
5 changed files with 79 additions and 40 deletions
+1
View File
@@ -218,6 +218,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)