From 00c7601b1f9c3bec1d3b1db844abb513b9012541 Mon Sep 17 00:00:00 2001 From: morgolock Date: Fri, 6 Nov 2020 10:40:12 +0000 Subject: COMPMID-3957: Deprecate CV functions in CL backend. Change-Id: Ic3deac8d6ce128312f49aa1ddf9f508d05d1b7a2 Signed-off-by: morgolock Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/4368 Comments-Addressed: Arm Jenkins Reviewed-by: Sheri Zhang Tested-by: Arm Jenkins --- arm_compute/runtime/CL/functions/CLHOGMultiDetection.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'arm_compute/runtime/CL/functions/CLHOGMultiDetection.h') diff --git a/arm_compute/runtime/CL/functions/CLHOGMultiDetection.h b/arm_compute/runtime/CL/functions/CLHOGMultiDetection.h index 2a2c9a0a5c..b9a51653f2 100644 --- a/arm_compute/runtime/CL/functions/CLHOGMultiDetection.h +++ b/arm_compute/runtime/CL/functions/CLHOGMultiDetection.h @@ -54,6 +54,9 @@ class CLHOGBlockNormalizationKernel; -# Normalization type -# L2 hysteresis threshold if the normalization type is L2HYS_NORM * + * + * @deprecated This function is deprecated and is intended to be removed in 21.05 release + * */ class CLHOGMultiDetection : public IFunction { @@ -132,4 +135,4 @@ private: }; } -#endif /* ARM_COMPUTE_CLHOGMULTIDETECTION_H */ \ No newline at end of file +#endif /* ARM_COMPUTE_CLHOGMULTIDETECTION_H */ -- cgit v1.2.1