mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 15:53:03 +04:00
MVN layer using Intel's Inference Engine backend
This commit is contained in:
@@ -165,12 +165,6 @@ TEST_P(Test_TensorFlow_layers, batch_norm)
|
||||
runTensorFlowNet("unfused_batch_norm");
|
||||
runTensorFlowNet("fused_batch_norm_no_gamma");
|
||||
runTensorFlowNet("unfused_batch_norm_no_gamma");
|
||||
}
|
||||
|
||||
TEST_P(Test_TensorFlow_layers, mvn_batch_norm)
|
||||
{
|
||||
if (backend == DNN_BACKEND_INFERENCE_ENGINE)
|
||||
throw SkipTestException("");
|
||||
runTensorFlowNet("mvn_batch_norm");
|
||||
runTensorFlowNet("mvn_batch_norm_1x1");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user