mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 15:53:03 +04:00
Merge pull request #9734 from dkurt:fix_deconv_layer_kernel_layout
This commit is contained in:
@@ -199,6 +199,7 @@ CV__DNN_EXPERIMENTAL_NS_BEGIN
|
||||
public:
|
||||
Size kernel, stride, pad, dilation, adjustPad;
|
||||
String padMode;
|
||||
int numOutput;
|
||||
};
|
||||
|
||||
class CV_EXPORTS ConvolutionLayer : public BaseConvolutionLayer
|
||||
|
||||
Reference in New Issue
Block a user