aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/runtime/CL/functions/CLSobel7x7.h
diff options
context:
space:
mode:
authormorgolock <pablo.tello@arm.com>2020-11-06 10:40:12 +0000
committerPablo Marquez <pablo.tello@arm.com>2020-11-12 11:35:12 +0000
commit00c7601b1f9c3bec1d3b1db844abb513b9012541 (patch)
tree9f2329cfa323b501f6982aedb6e4785a128c6aad /arm_compute/runtime/CL/functions/CLSobel7x7.h
parent2e51362783a64cee0af771b026a91eda564e992d (diff)
downloadComputeLibrary-00c7601b1f9c3bec1d3b1db844abb513b9012541.tar.gz
COMPMID-3957: Deprecate CV functions in CL backend.
Change-Id: Ic3deac8d6ce128312f49aa1ddf9f508d05d1b7a2 Signed-off-by: morgolock <pablo.tello@arm.com> Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/4368 Comments-Addressed: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: Sheri Zhang <sheri.zhang@arm.com> Tested-by: Arm Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'arm_compute/runtime/CL/functions/CLSobel7x7.h')
-rw-r--r--arm_compute/runtime/CL/functions/CLSobel7x7.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arm_compute/runtime/CL/functions/CLSobel7x7.h b/arm_compute/runtime/CL/functions/CLSobel7x7.h
index 01a863b11b..65e8de55b4 100644
--- a/arm_compute/runtime/CL/functions/CLSobel7x7.h
+++ b/arm_compute/runtime/CL/functions/CLSobel7x7.h
@@ -47,6 +47,8 @@ class ICLTensor;
* -# @ref CLSobel7x7HorKernel
* -# @ref CLSobel7x7VertKernel
*
+ * @deprecated This function is deprecated and is intended to be removed in 21.05 release
+ *
*/
class CLSobel7x7 : public IFunction
{