aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/runtime/CL/functions/CLWinogradInputTransform.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/runtime/CL/functions/CLWinogradInputTransform.h')
-rw-r--r--arm_compute/runtime/CL/functions/CLWinogradInputTransform.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/arm_compute/runtime/CL/functions/CLWinogradInputTransform.h b/arm_compute/runtime/CL/functions/CLWinogradInputTransform.h
index 8ea25a116a..71b4ea4faa 100644
--- a/arm_compute/runtime/CL/functions/CLWinogradInputTransform.h
+++ b/arm_compute/runtime/CL/functions/CLWinogradInputTransform.h
@@ -50,7 +50,7 @@ public:
*
* Strides: only unit strides
*
- * @param[in] input The input tensor to transform. Data types supported: F32
+ * @param[in] input The input tensor to transform. Data types supported: F16,F32
* @param[in] output The output tensor. The shape for this tensor can be calculated using the utility function @p compute_winograd_input_transform_shape. Data types supported: Same as @p input
* @param[in] winograd_info Contains Winograd's information described in @ref WinogradInfo.
*/
@@ -68,7 +68,7 @@ public:
*
* Strides: only unit strides
*
- * @param[in] input The input tensor to transform. Data types supported: F32
+ * @param[in] input The input tensor to transform. Data types supported: F16,F32
* @param[in] output The output tensor. The shape for this tensor can be calculated using the utility function @p compute_winograd_input_transform_shape. Data types supported: Same as @p input
* @param[in] winograd_info Contains Winograd's information described in @ref WinogradInfo.
*