aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/CL/kernels/CLWinogradInputTransformKernel.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/core/CL/kernels/CLWinogradInputTransformKernel.h')
-rw-r--r--arm_compute/core/CL/kernels/CLWinogradInputTransformKernel.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/arm_compute/core/CL/kernels/CLWinogradInputTransformKernel.h b/arm_compute/core/CL/kernels/CLWinogradInputTransformKernel.h
index 2d1eadf3cf..b92ff2f60c 100644
--- a/arm_compute/core/CL/kernels/CLWinogradInputTransformKernel.h
+++ b/arm_compute/core/CL/kernels/CLWinogradInputTransformKernel.h
@@ -47,8 +47,7 @@ public:
/** Set the input and output of the kernel.
*
* @note Winograd input transform supports the following configurations:
- * Output tile size: 2x2
- * Kernel size: 3x3
+ * F(output tile, kernel size):F(2x2, 3x3), F(4x4, 3x3), F(4x4, 5x5)
* Strides: only unit strides
*
* @param[in] input The input tensor to transform. Data types supported: F32
@@ -59,8 +58,7 @@ public:
/** Static function to check if given info will lead to a valid configuration of @ref CLWinogradInputTransformKernel
*
* @note Winograd input transform supports the following configurations:
- * Output tile size: 2x2
- * Kernel size: 3x3
+ * F(output tile, kernel size):F(2x2, 3x3), F(4x4, 3x3), F(4x4, 5x5)
* Strides: only unit strides
*
* @param[in] input The input tensor to transform. Data types supported: F32