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

Concat layer from TensorFlow with constant inputs

This commit is contained in:
Dmitry Kurtaev
2018-12-04 15:02:22 +03:00
parent aee865fec9
commit c9e0c77d73
5 changed files with 101 additions and 5 deletions
+1
View File
@@ -136,6 +136,7 @@ TEST_P(Test_TensorFlow_layers, padding)
runTensorFlowNet("padding_same");
runTensorFlowNet("padding_valid");
runTensorFlowNet("spatial_padding");
runTensorFlowNet("keras_pad_concat");
}
TEST_P(Test_TensorFlow_layers, eltwise_add_mul)