aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/runtime/NEON/functions/NEColorConvert.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/runtime/NEON/functions/NEColorConvert.h')
-rw-r--r--arm_compute/runtime/NEON/functions/NEColorConvert.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/arm_compute/runtime/NEON/functions/NEColorConvert.h b/arm_compute/runtime/NEON/functions/NEColorConvert.h
index 545550c04a..8974aa63a1 100644
--- a/arm_compute/runtime/NEON/functions/NEColorConvert.h
+++ b/arm_compute/runtime/NEON/functions/NEColorConvert.h
@@ -32,7 +32,11 @@ class ITensor;
class IMultiImage;
using IImage = ITensor;
-/**Basic function to run @ref NEColorConvertKernel to perform color conversion */
+/**Basic function to run @ref NEColorConvertKernel to perform color conversion
+ *
+ * @deprecated This function is deprecated and is intended to be removed in 21.05 release
+ *
+ */
class NEColorConvert : public INESimpleFunctionNoBorder
{
public: