aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/NEON/kernels/NECropKernel.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/core/NEON/kernels/NECropKernel.h')
-rw-r--r--arm_compute/core/NEON/kernels/NECropKernel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/arm_compute/core/NEON/kernels/NECropKernel.h b/arm_compute/core/NEON/kernels/NECropKernel.h
index 557a7a8ff3..ba58ab1e58 100644
--- a/arm_compute/core/NEON/kernels/NECropKernel.h
+++ b/arm_compute/core/NEON/kernels/NECropKernel.h
@@ -58,7 +58,7 @@ public:
* @note Supported tensor rank: up to 4
* @note Padding not supported.
*
- * @param[in] input Source tensor. Data type supported: U16/S16/U32/S32/F16/F32. Data layouts supported: NHWC.
+ * @param[in] input Source tensor. Data type supported: U8/U16/S16/U32/S32/F16/F32. Data layouts supported: NHWC.
* @param[in] crop_boxes Tensor containing all possible boxes used to crop the image, each represented by 4 normalized values.
* Data type supported: F32
* @param[in] box_ind One dimensional tensor mapping the @p crop_box_ind to the index of the 3D image in @p input.
@@ -74,7 +74,7 @@ public:
* @note Supported tensor rank: up to 4
* @note Padding not supported.
*
- * @param[in] input Source tensor info. Data type supported: U16/S16/U32/S32/F16/F32. Data layouts supported: NHWC.
+ * @param[in] input Source tensor info. Data type supported: U8/U16/S16/U32/S32/F16/F32. Data layouts supported: NHWC.
* @param[in] crop_boxes Tensor info for tensor containing all possible boxes used to crop the image. Data type supported: F32
* @param[in] box_ind Tensor info for the one dimensional tensor mapping the @p crop_box_ind to the index of the 3D image
* in @p input. Data type supported: F32