COMPMID-1834: Add transpose support to CLGEMMReshapeLHSMatrixKernel

Change-Id: I913a7297a0c34a05b1d37eab1489b430423700e8
Reviewed-on: https://review.mlplatform.org/417
Tested-by: Arm Jenkins <bsgcomp@arm.com>
Reviewed-by: Michele Di Giorgio <michele.digiorgio@arm.com>
diff --git a/arm_compute/core/CL/kernels/CLGEMMReshapeLHSMatrixKernel.h b/arm_compute/core/CL/kernels/CLGEMMReshapeLHSMatrixKernel.h
index 77d7494..6c9b2a0 100644
--- a/arm_compute/core/CL/kernels/CLGEMMReshapeLHSMatrixKernel.h
+++ b/arm_compute/core/CL/kernels/CLGEMMReshapeLHSMatrixKernel.h
@@ -56,7 +56,7 @@
      *                                     lhs_info.m0: 2,3,4,5,6,7,8
      *                                     lhs_info.k0: 2,4,8,16
      *                                     lhs_info.v0: greater than 0
-     *                                     lhs_info.transpose: false
+     *                                     lhs_info.transpose: true, false
      *                                     lhs_info.interleave: true, false
      * @param[in]  reinterpret_input_as_3d (Optional) True if the input has to be reinterpreted as 3D tensor
      */
@@ -70,7 +70,7 @@
      *                                    lhs_info.m0: 2,3,4,5,6,7,8
      *                                    lhs_info.k0: 2,4,8,16
      *                                    lhs_info.v0: greater than 0
-     *                                    lhs_info.transpose: false
+     *                                    lhs_info.transpose: true, false
      *                                    lhs_info.interleave: true, false
      * @param[in] reinterpret_input_as_3d True if the input has to be reinterpreted as 3D tensor
      *