From 00394ae1015c1eaa73f4d98fad31b7771063cd3a Mon Sep 17 00:00:00 2001 From: Georgios Pinitas Date: Thu, 22 Jun 2017 18:13:55 +0100 Subject: COMPMID-406: Port CLActivationLayer to use QS8/QS16. Change-Id: Ia4114984c38e1d2027ad97335b3c6c11f5754e23 Reviewed-on: http://mpd-gerrit.cambridge.arm.com/78727 Reviewed-by: Anthony Barbier Tested-by: Kaizen --- arm_compute/core/CL/kernels/CLActivationLayerKernel.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'arm_compute/core/CL/kernels/CLActivationLayerKernel.h') diff --git a/arm_compute/core/CL/kernels/CLActivationLayerKernel.h b/arm_compute/core/CL/kernels/CLActivationLayerKernel.h index df22574de8..a06f2fa0ae 100644 --- a/arm_compute/core/CL/kernels/CLActivationLayerKernel.h +++ b/arm_compute/core/CL/kernels/CLActivationLayerKernel.h @@ -51,8 +51,8 @@ public: * @note If the output tensor is a nullptr, the activation function will be performed in-place * * @param[in, out] input Source tensor. In case of @p output tensor = nullptr, this tensor will store the result - * of the activation function. Data types supported: F16/F32. - * @param[out] output Destination tensor. Data type should match the input data type. + * of the activation function. Data types supported: QS8/QS16/F16/F32. + * @param[out] output Destination tensor. Data type supported: same as @p input * @param[in] act_info Activation layer information. */ void configure(ICLTensor *input, ICLTensor *output, ActivationLayerInfo act_info); -- cgit v1.2.1