aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/runtime/CL/functions/CLErode.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/runtime/CL/functions/CLErode.h')
-rw-r--r--arm_compute/runtime/CL/functions/CLErode.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/arm_compute/runtime/CL/functions/CLErode.h b/arm_compute/runtime/CL/functions/CLErode.h
index 9d799bc91e..bd66ed983b 100644
--- a/arm_compute/runtime/CL/functions/CLErode.h
+++ b/arm_compute/runtime/CL/functions/CLErode.h
@@ -38,7 +38,9 @@ class ICLTensor;
*
* -# @ref CLFillBorderKernel (executed if border_mode == CONSTANT or border_mode == REPLICATE)
* -# @ref CLErodeKernel
-*
+ *
+ * @deprecated This function is deprecated and is intended to be removed in 21.05 release
+ *
*/
class CLErode : public ICLSimpleFunction
{