aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/runtime/NEON/functions/NEPhase.h
diff options
context:
space:
mode:
authormorgolock <pablo.tello@arm.com>2020-11-06 08:59:45 +0000
committerPablo Marquez <pablo.tello@arm.com>2020-11-10 18:54:27 +0000
commit0c86265997f54853bb17fa34ea364ff7eb5d5bda (patch)
treeb6f775d7d889c6bd7b02243b937031a66dbded80 /arm_compute/runtime/NEON/functions/NEPhase.h
parentf6bec1dd5146816399592334f7cfdb1c7b86b1cc (diff)
downloadComputeLibrary-0c86265997f54853bb17fa34ea364ff7eb5d5bda.tar.gz
COMPMID-3957: Deprecate neon CV functions.
Change-Id: Idfc215c4f95472e2e61d2972cfd5d33786cc088e Signed-off-by: morgolock <pablo.tello@arm.com> Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/4341 Comments-Addressed: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: Georgios Pinitas <georgios.pinitas@arm.com> Reviewed-by: Sheri Zhang <sheri.zhang@arm.com> Tested-by: Arm Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'arm_compute/runtime/NEON/functions/NEPhase.h')
-rw-r--r--arm_compute/runtime/NEON/functions/NEPhase.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/arm_compute/runtime/NEON/functions/NEPhase.h b/arm_compute/runtime/NEON/functions/NEPhase.h
index 626023c099..1202f1878d 100644
--- a/arm_compute/runtime/NEON/functions/NEPhase.h
+++ b/arm_compute/runtime/NEON/functions/NEPhase.h
@@ -32,7 +32,11 @@ namespace arm_compute
class ITensor;
class ITensorInfo;
-/** Basic function to run @ref NEMagnitudePhaseKernel */
+/** Basic function to run @ref NEMagnitudePhaseKernel
+ *
+ * @deprecated This function is deprecated and is intended to be removed in 21.05 release
+ *
+*/
class NEPhase : public INESimpleFunctionNoBorder
{
public: