aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/CL/kernels/CLColorConvertKernel.h
diff options
context:
space:
mode:
authorManuel Bottini <manuel.bottini@arm.com>2018-09-26 17:38:19 +0100
committerAnthony Barbier <anthony.barbier@arm.com>2018-11-02 16:55:19 +0000
commitacaf21d7ae82e4de8da578c36e243fdc4c77c53d (patch)
treea8feb51cf78179cc4595ca96f7ada2c436ee1345 /arm_compute/core/CL/kernels/CLColorConvertKernel.h
parente22aa1301a30dc97341aa7dfce933d71b0d226ea (diff)
downloadComputeLibrary-acaf21d7ae82e4de8da578c36e243fdc4c77c53d.tar.gz
COMPMID-286: CL colour convert to U8
Change-Id: I62bbf510cc106a90ed2884be3c9c0c127da25898 Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/150681 Reviewed-by: Giuseppe Rossini <giuseppe.rossini@arm.com> Tested-by: bsgcomp <bsgcomp@arm.com>
Diffstat (limited to 'arm_compute/core/CL/kernels/CLColorConvertKernel.h')
-rw-r--r--arm_compute/core/CL/kernels/CLColorConvertKernel.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/arm_compute/core/CL/kernels/CLColorConvertKernel.h b/arm_compute/core/CL/kernels/CLColorConvertKernel.h
index edd05ef007..63e11bb738 100644
--- a/arm_compute/core/CL/kernels/CLColorConvertKernel.h
+++ b/arm_compute/core/CL/kernels/CLColorConvertKernel.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2016, 2017 ARM Limited.
+ * Copyright (c) 2016-2018 ARM Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -55,7 +55,8 @@ public:
*
* @param[in] input Source tensor. Formats supported: RGBA8888/UYVY422/YUYV422/RGB888
* @param[out] output Destination tensor. Formats supported: RGB888 (if the formats of @p input are RGBA8888/UYVY422/YUYV422),
- * RGBA8888 (if the formats of @p input are UYVY422/YUYV422/RGB888/)
+ * RGBA8888 (if the formats of @p input are UYVY422/YUYV422/RGB888/),
+ * U8 (if the formats of @p input is RGB888)
*/
void configure(const ICLTensor *input, ICLTensor *output);
/** Set the input and output of the kernel