From baa656d41a9ef9027fca866c890a07b15747feda Mon Sep 17 00:00:00 2001 From: Gian Marco Iodice Date: Mon, 31 Jul 2017 16:57:07 +0100 Subject: COMPMID-417 - Fixed doxygen comments in XArithmeticAddition and in XArithmeticSubtraction Change-Id: I7c9457dd84dc023c1bf3780757bcc6aef968483a Reviewed-on: http://mpd-gerrit.cambridge.arm.com/82246 Reviewed-by: Moritz Pflanzer Tested-by: Kaizen --- arm_compute/runtime/CL/functions/CLArithmeticSubtraction.h | 2 +- arm_compute/runtime/NEON/functions/NEArithmeticAddition.h | 6 +++--- arm_compute/runtime/NEON/functions/NEArithmeticSubtraction.h | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) (limited to 'arm_compute/runtime') diff --git a/arm_compute/runtime/CL/functions/CLArithmeticSubtraction.h b/arm_compute/runtime/CL/functions/CLArithmeticSubtraction.h index 0a3b00f980..eedeaa8d0e 100644 --- a/arm_compute/runtime/CL/functions/CLArithmeticSubtraction.h +++ b/arm_compute/runtime/CL/functions/CLArithmeticSubtraction.h @@ -34,7 +34,7 @@ class ICLTensor; /** Basic function to run @ref CLArithmeticSubtractionKernel * - * @note The tensor data type for the inputs must be U8, S16, F16, F32 + * @note The tensor data type for the inputs must be U8/QS8/QS16/S16/F16/F32. * @note The function performs an arithmetic subtraction between two tensors. */ class CLArithmeticSubtraction : public ICLSimpleFunction diff --git a/arm_compute/runtime/NEON/functions/NEArithmeticAddition.h b/arm_compute/runtime/NEON/functions/NEArithmeticAddition.h index 8e34e983c7..3d1862389a 100644 --- a/arm_compute/runtime/NEON/functions/NEArithmeticAddition.h +++ b/arm_compute/runtime/NEON/functions/NEArithmeticAddition.h @@ -37,9 +37,9 @@ class NEArithmeticAddition : public INESimpleFunction public: /** Initialise the kernel's inputs, output and conversion policy. * - * @param[in] input1 First tensor input. Data types supported: U8/S16. - * @param[in] input2 Second tensor input. Data types supported: U8/S16. - * @param[out] output Output tensor. Data types supported: U8/S16. + * @param[in] input1 First tensor input. Data types supported: U8/QS8/QS16/S16/F16/F32 + * @param[in] input2 Second tensor input. Data types supported: U8/QS8/QS16/S16/F16/F32 + * @param[out] output Output tensor. Data types supported: U8/QS8/QS16/S16/F16/F32 * @param[in] policy Policy to use to handle overflow. */ void configure(const ITensor *input1, const ITensor *input2, ITensor *output, ConvertPolicy policy); diff --git a/arm_compute/runtime/NEON/functions/NEArithmeticSubtraction.h b/arm_compute/runtime/NEON/functions/NEArithmeticSubtraction.h index 841b5912b9..b59cca98ab 100644 --- a/arm_compute/runtime/NEON/functions/NEArithmeticSubtraction.h +++ b/arm_compute/runtime/NEON/functions/NEArithmeticSubtraction.h @@ -37,9 +37,9 @@ class NEArithmeticSubtraction : public INESimpleFunction public: /** Initialise the kernel's inputs, output and conversion policy. * - * @param[in] input1 First tensor input. Data types supported: U8/S16. - * @param[in] input2 Second tensor input. Data types supported: U8/S16. - * @param[out] output Output tensor. Data types supported: U8/S16. + * @param[in] input1 First tensor input. Data types supported: U8/QS8/QS16/S16/F16/F32 + * @param[in] input2 Second tensor input. Data types supported: U8/QS8/QS16/S16/F16/F32 + * @param[out] output Output tensor. Data types supported: U8/QS8/QS16/S16/F16/F32 * @param[in] policy Policy to use to handle overflow. */ void configure(const ITensor *input1, const ITensor *input2, ITensor *output, ConvertPolicy policy); -- cgit v1.2.1