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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arm_compute/runtime/CL') 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 -- cgit v1.2.1