From acaf21d7ae82e4de8da578c36e243fdc4c77c53d Mon Sep 17 00:00:00 2001 From: Manuel Bottini Date: Wed, 26 Sep 2018 17:38:19 +0100 Subject: COMPMID-286: CL colour convert to U8 Change-Id: I62bbf510cc106a90ed2884be3c9c0c127da25898 Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/150681 Reviewed-by: Giuseppe Rossini Tested-by: bsgcomp --- arm_compute/core/CL/kernels/CLColorConvertKernel.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'arm_compute/core/CL/kernels/CLColorConvertKernel.h') 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 -- cgit v1.2.1