aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/runtime/NEON/functions/NEChannelExtract.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/runtime/NEON/functions/NEChannelExtract.h')
-rw-r--r--arm_compute/runtime/NEON/functions/NEChannelExtract.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/arm_compute/runtime/NEON/functions/NEChannelExtract.h b/arm_compute/runtime/NEON/functions/NEChannelExtract.h
index 4b6383d6b1..99522d2d74 100644
--- a/arm_compute/runtime/NEON/functions/NEChannelExtract.h
+++ b/arm_compute/runtime/NEON/functions/NEChannelExtract.h
@@ -33,7 +33,11 @@ class IMultiImage;
class ITensor;
using IImage = ITensor;
-/**Basic function to run @ref NEChannelExtractKernel to perform channel extraction. */
+/**Basic function to run @ref NEChannelExtractKernel to perform channel extraction.
+ *
+ * @deprecated This function is deprecated and is intended to be removed in 21.05 release
+ *
+*/
class NEChannelExtract : public INESimpleFunctionNoBorder
{
public: