COMPMID-1340 - Implementing Winograd Convolution Layer 1x5/5x1 on OpenCL NHWC

Change-Id: Id5e0795238f77c049df9c109dafc5ef878c1897d
Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/139234
Tested-by: Jenkins <bsgcomp@arm.com>
Reviewed-by: Giorgio Arena <giorgio.arena@arm.com>
Reviewed-by: Anthony Barbier <anthony.barbier@arm.com>
diff --git a/arm_compute/core/CL/kernels/CLWinogradInputTransformKernel.h b/arm_compute/core/CL/kernels/CLWinogradInputTransformKernel.h
index 410e8ba..517b348 100644
--- a/arm_compute/core/CL/kernels/CLWinogradInputTransformKernel.h
+++ b/arm_compute/core/CL/kernels/CLWinogradInputTransformKernel.h
@@ -52,8 +52,9 @@
      *                                   F(4x4, 5x5), F(4x1, 5x1), F(1x4, 1x5)
      *
      * @note Winograd input transform supports the following configurations for NHWC data layout
-     *       F(output tile, kernel size):F(4x4, 3x3), F(4x1, 3x1), F(1x4, 1x3)
-     *                                   F(4x4, 5x5)
+     *       F(output tile, kernel size):F(4x4, 3x3), F(4x1, 3x1), F(1x4, 1x3),
+     *                                   F(4x4, 5x5), F(4x1, 5x1), F(1x4, 1x5)
+     *
      *       Strides: only unit strides
      *
      * @param[in] input         The input tensor to transform. Data types supported: F32
@@ -69,8 +70,9 @@
      *                                   F(4x4, 5x5), F(4x1, 5x1), F(1x4, 1x5)
      *
      * @note Winograd input transform supports the following configurations for NHWC data layout
-     *       F(output tile, kernel size):F(4x4, 3x3),
-     *                                   F(4x4, 5x5)
+     *       F(output tile, kernel size):F(4x4, 3x3), F(4x1, 3x1), F(1x4, 1x3),
+     *                                   F(4x4, 5x5), F(4x1, 5x1), F(1x4, 1x5)
+     *
      *       Strides: only unit strides
      *
      * @param[in] input         The input tensor to transform. Data types supported: F32