aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/runtime/CL/functions/CLGaussianPyramid.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/runtime/CL/functions/CLGaussianPyramid.h')
-rw-r--r--arm_compute/runtime/CL/functions/CLGaussianPyramid.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/arm_compute/runtime/CL/functions/CLGaussianPyramid.h b/arm_compute/runtime/CL/functions/CLGaussianPyramid.h
index b18e5f98f0..70be6738a6 100644
--- a/arm_compute/runtime/CL/functions/CLGaussianPyramid.h
+++ b/arm_compute/runtime/CL/functions/CLGaussianPyramid.h
@@ -42,7 +42,11 @@ class CLGaussianPyramidHorKernel;
class CLGaussianPyramidVertKernel;
class CLScaleKernel;
-/** Common interface for all Gaussian pyramid functions */
+/** Common interface for all Gaussian pyramid functions
+ *
+ * @deprecated This function is deprecated and is intended to be removed in 21.05 release
+ *
+*/
class CLGaussianPyramid : public IFunction
{
public: