From c55beee7ef70fa08a5d217619083b288a74fcb27 Mon Sep 17 00:00:00 2001 From: Georgios Pinitas Date: Tue, 23 Oct 2018 15:23:23 +0100 Subject: COMPMID-1029: Collapse CLWinogradInputTransform/CLWinogradOutputTransform Change-Id: I051748502ca24b9952e7313524bbfd708162efb4 Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/155166 Tested-by: bsgcomp Reviewed-by: Gian Marco Iodice --- src/core/CL/cl_kernels/batchnormalization_layer.cl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/core/CL/cl_kernels/batchnormalization_layer.cl') diff --git a/src/core/CL/cl_kernels/batchnormalization_layer.cl b/src/core/CL/cl_kernels/batchnormalization_layer.cl index df141269bc..dfd16e0da3 100644 --- a/src/core/CL/cl_kernels/batchnormalization_layer.cl +++ b/src/core/CL/cl_kernels/batchnormalization_layer.cl @@ -273,8 +273,8 @@ __kernel void batchnormalization_layer_nhwc(TENSOR3D_DECLARATION(input), * @param[in] conv_w_step_y input_stride_y * number of elements along Y processed per workitem(in bytes) * @param[in] conv_w_stride_z Stride of the source tensor in Z dimension (in bytes) * @param[in] conv_w_step_z input_stride_z * number of elements along Z processed per workitem(in bytes) - * @param[in] conv_w__stride_w Stride of the source tensor in W dimension (in bytes) - * @param[in] conv_w__step_w input_stride_w * number of elements along W processed per workitem(in bytes) + * @param[in] conv_w_stride_w Stride of the source tensor in W dimension (in bytes) + * @param[in] conv_w_step_w input_stride_w * number of elements along W processed per workitem(in bytes) * @param[in] conv_w_offset_first_element_in_bytes The offset of the first element in the source tensor * @param[in] bn_mean_ptr Pointer to the mean source tensor. Supported data types: same as @p input_ptr * @param[in] bn_mean_stride_x Stride of the mean source tensor in X dimension (in bytes) -- cgit v1.2.1