aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/CL/kernels/CLWinogradOutputTransformKernel.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/core/CL/kernels/CLWinogradOutputTransformKernel.h')
-rw-r--r--arm_compute/core/CL/kernels/CLWinogradOutputTransformKernel.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/arm_compute/core/CL/kernels/CLWinogradOutputTransformKernel.h b/arm_compute/core/CL/kernels/CLWinogradOutputTransformKernel.h
index 0798172ba7..bab93de4b0 100644
--- a/arm_compute/core/CL/kernels/CLWinogradOutputTransformKernel.h
+++ b/arm_compute/core/CL/kernels/CLWinogradOutputTransformKernel.h
@@ -54,8 +54,9 @@ public:
* F(4x4, 5x5), F(4x1, 5x1), F(1x4, 1x5)
*
* @note Winograd output 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 Source tensor with shape [C, N, K, batches]. Data types supported: F32.
@@ -72,8 +73,9 @@ public:
* F(4x4, 5x5), F(4x1, 5x1), F(1x4, 1x5)
*
* @note Winograd output 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 Source tensor with shape [C, N, K, batches]. Data types supported: F32.