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