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

remove flag of convolution

This commit is contained in:
zihaomu
2023-05-16 15:29:20 +08:00
parent 233478e689
commit 91b6c8507a
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