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

Merge pull request #16291 from dkurt:dnn_onnx_graph_simplifier

This commit is contained in:
Alexander Alekhin
2020-01-14 12:45:59 +00:00
7 changed files with 575 additions and 202 deletions
+1
View File
@@ -399,6 +399,7 @@ TEST_P(Test_ONNX_layers, Softmax)
{
testONNXModels("softmax");
testONNXModels("log_softmax", npy, 0, 0, false, false);
testONNXModels("softmax_unfused");
}
TEST_P(Test_ONNX_layers, Split_EltwiseMax)