Merge pull request #15168 from dkurt:dnn_onnx_15120

This commit is contained in:
Maksim Shabunin
2019-07-31 15:03:23 +00:00
2 changed files with 44 additions and 4 deletions
+7
View File
@@ -348,6 +348,13 @@ TEST_P(Test_ONNX_layers, Softmax)
testONNXModels("log_softmax", npy, 0, 0, false, false);
}
TEST_P(Test_ONNX_layers, Split_EltwiseMax)
{
if (backend == DNN_BACKEND_INFERENCE_ENGINE)
applyTestTag(CV_TEST_TAG_DNN_SKIP_IE);
testONNXModels("split_max");
}
INSTANTIATE_TEST_CASE_P(/*nothing*/, Test_ONNX_layers, dnnBackendsAndTargets());
class Test_ONNX_nets : public Test_ONNX_layers