aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/runtime/CPP/functions/CPPSplit.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/runtime/CPP/functions/CPPSplit.h')
-rw-r--r--arm_compute/runtime/CPP/functions/CPPSplit.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/arm_compute/runtime/CPP/functions/CPPSplit.h b/arm_compute/runtime/CPP/functions/CPPSplit.h
index 6adcbc3323..611cc41157 100644
--- a/arm_compute/runtime/CPP/functions/CPPSplit.h
+++ b/arm_compute/runtime/CPP/functions/CPPSplit.h
@@ -47,8 +47,8 @@ public:
}
/** Static function to check if given info will lead to a valid configuration of @ref CPPSplit
*
- * @param[in] input The input tensor info. Data types supported: U8/S8/QASYMM8/U16/S16/U32/S32/F16/F32.
- * @param[in] outputs A vector containing the output tensors' info. Data types supported: Same as @p input.
+ * @param[in] input The input tensor info. Data types supported: All.
+ * @param[in] outputs A vector containing the output tensors' info. Data types supported: same as @p input.
* The output tensors should match the input tensor dimensions for all shape dimensions apart
* from the split dimension
* @param[in] axis Axis on which to split the input.