1
0
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:
Vadim Pisarevsky
2017-09-28 11:42:57 +00:00
5 changed files with 40 additions and 49 deletions
@@ -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