aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/runtime/CL/functions
diff options
context:
space:
mode:
authorGian Marco Iodice <gianmarco.iodice@arm.com>2017-07-31 16:57:07 +0100
committerAnthony Barbier <anthony.barbier@arm.com>2018-09-17 14:16:42 +0100
commitbaa656d41a9ef9027fca866c890a07b15747feda (patch)
tree1eea2dae849932dd3a6ea0ab7c2ca8c295a77e39 /arm_compute/runtime/CL/functions
parentf9bae2e9c4926e91b1bd89af899fec4301d05eb3 (diff)
downloadComputeLibrary-baa656d41a9ef9027fca866c890a07b15747feda.tar.gz
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 <moritz.pflanzer@arm.com> Tested-by: Kaizen <jeremy.johnson+kaizengerrit@arm.com>
Diffstat (limited to 'arm_compute/runtime/CL/functions')
-rw-r--r--arm_compute/runtime/CL/functions/CLArithmeticSubtraction.h2
1 files changed, 1 insertions, 1 deletions
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