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