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

Operate with shapes in ONNX models

This commit is contained in:
Dmitry Kurtaev
2018-12-12 17:36:17 +03:00
parent f1dc26d7ce
commit e71758cfdf
2 changed files with 128 additions and 2 deletions
+4
View File
@@ -162,6 +162,10 @@ TEST_P(Test_ONNX_layers, MultyInputs)
normAssert(ref, out, "", default_l1, default_lInf);
}
TEST_P(Test_ONNX_layers, DynamicReshape)
{
testONNXModels("dynamic_reshape");
}
INSTANTIATE_TEST_CASE_P(/*nothing*/, Test_ONNX_layers, dnnBackendsAndTargets());