aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--arm_compute/runtime/CL/functions/CLArithmeticSubtraction.h2
-rw-r--r--arm_compute/runtime/NEON/functions/NEArithmeticAddition.h6
-rw-r--r--arm_compute/runtime/NEON/functions/NEArithmeticSubtraction.h6
3 files changed, 7 insertions, 7 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
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);