From 0c86265997f54853bb17fa34ea364ff7eb5d5bda Mon Sep 17 00:00:00 2001 From: morgolock Date: Fri, 6 Nov 2020 08:59:45 +0000 Subject: COMPMID-3957: Deprecate neon CV functions. Change-Id: Idfc215c4f95472e2e61d2972cfd5d33786cc088e Signed-off-by: morgolock Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/4341 Comments-Addressed: Arm Jenkins Reviewed-by: Georgios Pinitas Reviewed-by: Sheri Zhang Tested-by: Arm Jenkins --- arm_compute/runtime/NEON/functions/NEChannelCombine.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'arm_compute/runtime/NEON/functions/NEChannelCombine.h') diff --git a/arm_compute/runtime/NEON/functions/NEChannelCombine.h b/arm_compute/runtime/NEON/functions/NEChannelCombine.h index 44a0504824..c4ead73343 100644 --- a/arm_compute/runtime/NEON/functions/NEChannelCombine.h +++ b/arm_compute/runtime/NEON/functions/NEChannelCombine.h @@ -32,7 +32,11 @@ class IMultiImage; class ITensor; using IImage = ITensor; -/**Basic function to run @ref NEChannelCombineKernel to perform channel combination. */ +/**Basic function to run @ref NEChannelCombineKernel to perform channel combination. + * + * @deprecated This function is deprecated and is intended to be removed in 21.05 release + * +*/ class NEChannelCombine : public INESimpleFunctionNoBorder { public: -- cgit v1.2.1