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

fix Flatten axis=rank bug

This commit is contained in:
vrooomy
2026-04-16 18:09:36 +05:30
parent 934c0716d2
commit 3215d7e6ea
2 changed files with 36 additions and 5 deletions
+1
View File
@@ -1170,6 +1170,7 @@ TEST_P(Test_ONNX_layers, DynamicReshape)
testONNXModels("dynamic_reshape_opset_11");
testONNXModels("flatten_by_prod");
testONNXModels("flatten_const");
testONNXModels("flatten_axis_numaxes");
}
TEST_P(Test_ONNX_layers, Reshape)