From fa23f1102f3e2d41838b8a9b53ab74c24cea5b50 Mon Sep 17 00:00:00 2001 From: Giorgio Arena Date: Tue, 19 Jun 2018 11:27:38 +0100 Subject: COMPMID-1246 CLDepthwiseConvolution QASYMM8 NHWC kernel cleanup Change-Id: If9385e6bcbf2242b973f42d6979b16ebc39f2cb4 Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/136159 Tested-by: Jenkins Reviewed-by: Georgios Pinitas Reviewed-by: Gian Marco Iodice --- arm_compute/core/CL/kernels/CLDepthwiseConvolutionLayer3x3NCHWKernel.h | 1 + 1 file changed, 1 insertion(+) (limited to 'arm_compute/core/CL/kernels/CLDepthwiseConvolutionLayer3x3NCHWKernel.h') diff --git a/arm_compute/core/CL/kernels/CLDepthwiseConvolutionLayer3x3NCHWKernel.h b/arm_compute/core/CL/kernels/CLDepthwiseConvolutionLayer3x3NCHWKernel.h index 59cdf339bd..b1c730d9a7 100644 --- a/arm_compute/core/CL/kernels/CLDepthwiseConvolutionLayer3x3NCHWKernel.h +++ b/arm_compute/core/CL/kernels/CLDepthwiseConvolutionLayer3x3NCHWKernel.h @@ -73,6 +73,7 @@ public: private: unsigned int _conv_stride_x; unsigned int _conv_pad_top; + unsigned int _conv_pad_left; }; } // namespace arm_compute #endif /*__ARM_COMPUTE_CLDEPTHWISECONVOLUTIONNCHWKERNEL3x3_H__ */ -- cgit v1.2.1