aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/runtime/CL/functions/CLChannelExtract.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/runtime/CL/functions/CLChannelExtract.h')
-rw-r--r--arm_compute/runtime/CL/functions/CLChannelExtract.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/arm_compute/runtime/CL/functions/CLChannelExtract.h b/arm_compute/runtime/CL/functions/CLChannelExtract.h
index 9ce9bcdd8a..6cd24648ba 100644
--- a/arm_compute/runtime/CL/functions/CLChannelExtract.h
+++ b/arm_compute/runtime/CL/functions/CLChannelExtract.h
@@ -34,7 +34,11 @@ class ICLMultiImage;
class ICLTensor;
using ICLImage = ICLTensor;
-/** Basic function to run @ref CLChannelExtractKernel to perform channel extraction. */
+/** Basic function to run @ref CLChannelExtractKernel to perform channel extraction.
+ *
+ * @deprecated This function is deprecated and is intended to be removed in 21.05 release
+ *
+*/
class CLChannelExtract : public ICLSimpleFunction
{
public: