aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/NEON
diff options
context:
space:
mode:
authorMichele Di Giorgio <michele.digiorgio@arm.com>2020-06-01 12:07:50 +0100
committerMichele Di Giorgio <michele.digiorgio@arm.com>2020-06-01 21:03:49 +0000
commit1710133b05a9ed1fcc1cc68624c2ce0e09eae495 (patch)
tree9ab738a59e23b3782613602cedfe29d31cc595a2 /arm_compute/core/NEON
parentc72dabc9ad572493c12c1d9052ec201732b9201e (diff)
downloadComputeLibrary-1710133b05a9ed1fcc1cc68624c2ce0e09eae495.tar.gz
COMPMID-2395: Add support for U8 datatype to CropResize on NEON
Change-Id: Ia356b3545e01ccc98056951f3a20ed2712240dac Signed-off-by: Michele Di Giorgio <michele.digiorgio@arm.com> Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/3283 Tested-by: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: Sang-Hoon Park <sang-hoon.park@arm.com> Reviewed-by: Georgios Pinitas <georgios.pinitas@arm.com> Comments-Addressed: Arm Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'arm_compute/core/NEON')
-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