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

Fix TF Split layer

This commit is contained in:
Liubov Batanina
2019-07-17 15:50:50 +03:00
parent e4e0bb533d
commit 0d2bc7b5fd
4 changed files with 14 additions and 3 deletions
+5
View File
@@ -350,6 +350,11 @@ TEST_P(Test_TensorFlow_layers, l2_normalize_3d)
runTensorFlowNet("l2_normalize_3d");
}
TEST_P(Test_TensorFlow_layers, Split)
{
runTensorFlowNet("split");
}
class Test_TensorFlow_nets : public DNNTestLayer {};
TEST_P(Test_TensorFlow_nets, MobileNet_SSD)