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

Fix Identity Switch from Keras

This commit is contained in:
Dmitry Kurtaev
2019-05-28 19:47:02 +03:00
parent e07ffe902e
commit 081d9bc73f
2 changed files with 8 additions and 4 deletions
+1
View File
@@ -186,6 +186,7 @@ TEST_P(Test_TensorFlow_layers, batch_norm)
runTensorFlowNet("unfused_batch_norm_no_gamma");
runTensorFlowNet("mvn_batch_norm");
runTensorFlowNet("mvn_batch_norm_1x1");
runTensorFlowNet("switch_identity");
}
TEST_P(Test_TensorFlow_layers, batch_norm3D)