aboutsummaryrefslogtreecommitdiff
path: root/src/core/CL/cl_kernels/batchnormalization_layer.cl
diff options
context:
space:
mode:
authorGeorgios Pinitas <georgios.pinitas@arm.com>2018-10-23 15:23:23 +0100
committerAnthony Barbier <anthony.barbier@arm.com>2018-11-02 16:55:45 +0000
commitc55beee7ef70fa08a5d217619083b288a74fcb27 (patch)
treed4186463153286c0d76f84ea538005e0d5f81b3d /src/core/CL/cl_kernels/batchnormalization_layer.cl
parentf5ec981e27633cbc34b36a537d41a6e629bc2fc4 (diff)
downloadComputeLibrary-c55beee7ef70fa08a5d217619083b288a74fcb27.tar.gz
COMPMID-1029: Collapse CLWinogradInputTransform/CLWinogradOutputTransform
Change-Id: I051748502ca24b9952e7313524bbfd708162efb4 Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/155166 Tested-by: bsgcomp <bsgcomp@arm.com> Reviewed-by: Gian Marco Iodice <gianmarco.iodice@arm.com>
Diffstat (limited to 'src/core/CL/cl_kernels/batchnormalization_layer.cl')
-rw-r--r--src/core/CL/cl_kernels/batchnormalization_layer.cl4
1 files changed, 2 insertions, 2 deletions
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)