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

fix the bug, disable the fast1x1 when padding is not 0.

This commit is contained in:
zihaomu
2023-04-21 10:55:07 +08:00
parent b0eddeba2d
commit 54e1a8709d
2 changed files with 4 additions and 2 deletions
+1
View File
@@ -256,6 +256,7 @@ TEST_P(Test_ONNX_layers, Convolution3D_bias)
applyTestTag(CV_TEST_TAG_DNN_SKIP_CUDA_FP16);
}
testONNXModels("conv3d_bias");
testONNXModels("conv3d_depthwise_bias"); // kernel 1x1
}
TEST_P(Test_ONNX_layers, Two_convolution)