aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/runtime/CL/functions/CLAbsoluteDifference.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/runtime/CL/functions/CLAbsoluteDifference.h')
-rw-r--r--arm_compute/runtime/CL/functions/CLAbsoluteDifference.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/arm_compute/runtime/CL/functions/CLAbsoluteDifference.h b/arm_compute/runtime/CL/functions/CLAbsoluteDifference.h
index f2831e2a99..86c8022b4f 100644
--- a/arm_compute/runtime/CL/functions/CLAbsoluteDifference.h
+++ b/arm_compute/runtime/CL/functions/CLAbsoluteDifference.h
@@ -35,6 +35,9 @@ class ICLTensor;
*
* @note The tensor data types for the inputs must be U8 or S16.
* @note The function calculates the absolute difference also when the 2 inputs have different tensor data types.
+ *
+ * @deprecated This function is deprecated and is intended to be removed in 21.05 release
+ *
*/
class CLAbsoluteDifference : public ICLSimpleFunction
{