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