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:
@@ -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());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user