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

ONNX graphs simplifier

This commit is contained in:
Dmitry Kurtaev
2020-01-06 14:03:05 +03:00
parent 74bc8d351c
commit c1c84d2fd1
7 changed files with 575 additions and 202 deletions
+1
View File
@@ -396,6 +396,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)