1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 23:33:05 +04:00

Merge pull request #23625 from zihaomu:improve_conv

DNN: Remove unnecessary flags for convolution
This commit is contained in:
Alexander Smorkalov
2023-05-26 12:59:36 +03:00
committed by GitHub
3 changed files with 2 additions and 6 deletions
@@ -116,9 +116,6 @@ public:
fusedWeights = false;
fusedBias = false;
if (kernel_size.size() == 2)
isConv2D = true;
}
virtual void finalize(InputArrayOfArrays inputs_arr, OutputArrayOfArrays outputs_arr) CV_OVERRIDE