From e5f8fd64a46ce61dac61fd50095a27cfd94930b5 Mon Sep 17 00:00:00 2001 From: Georgios Pinitas Date: Fri, 23 Jun 2017 18:03:44 +0100 Subject: COMPMID-423: Port CLSoftmaxLayer to QS8 Change-Id: I759b7585656d018d7c864425118cd3ec2ca9b0eb Reviewed-on: http://mpd-gerrit.cambridge.arm.com/78908 Reviewed-by: Michele DiGiorgio Reviewed-by: Moritz Pflanzer Tested-by: Kaizen --- arm_compute/runtime/CL/functions/CLSoftmaxLayer.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'arm_compute/runtime/CL/functions/CLSoftmaxLayer.h') diff --git a/arm_compute/runtime/CL/functions/CLSoftmaxLayer.h b/arm_compute/runtime/CL/functions/CLSoftmaxLayer.h index 42cfc06fc4..a5b19bd5e1 100644 --- a/arm_compute/runtime/CL/functions/CLSoftmaxLayer.h +++ b/arm_compute/runtime/CL/functions/CLSoftmaxLayer.h @@ -49,8 +49,8 @@ public: CLSoftmaxLayer(); /** Set the input and output tensors. * - * @param[in] input Source tensor. Data types supported: F16, F32. Number of channels must be 1. - * @param[out] output Destination tensor. Matching input type and channel number. + * @param[in] input Source tensor. Data types supported: QS8/F16/F32 + * @param[out] output Destination tensor. Data types supported: same as @p input */ void configure(const ICLTensor *input, ICLTensor *output); -- cgit v1.2.1