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