aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/runtime/NEON/functions/NEChannelCombine.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/runtime/NEON/functions/NEChannelCombine.h')
-rw-r--r--arm_compute/runtime/NEON/functions/NEChannelCombine.h6
1 files changed, 5 insertions, 1 deletions
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: