1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 00:03:03 +04:00
This commit is contained in:
Dmitry Kurtaev
2020-03-28 18:53:57 +03:00
parent 46615ffc4a
commit d3f9ad1145
3 changed files with 60 additions and 14 deletions
+1
View File
@@ -440,6 +440,7 @@ TEST_P(Test_ONNX_layers, ReduceL2)
{
testONNXModels("reduceL2");
testONNXModels("reduceL2_subgraph");
testONNXModels("reduceL2_subgraph_2");
}
TEST_P(Test_ONNX_layers, Split)