aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/runtime/CL/functions/CLLaplacianPyramid.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/runtime/CL/functions/CLLaplacianPyramid.h')
-rw-r--r--arm_compute/runtime/CL/functions/CLLaplacianPyramid.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/arm_compute/runtime/CL/functions/CLLaplacianPyramid.h b/arm_compute/runtime/CL/functions/CLLaplacianPyramid.h
index e1a8b25cfb..875b714edd 100644
--- a/arm_compute/runtime/CL/functions/CLLaplacianPyramid.h
+++ b/arm_compute/runtime/CL/functions/CLLaplacianPyramid.h
@@ -50,6 +50,9 @@ class ICLTensor;
* difference between the two tensors is the corresponding level L(i) of the Laplacian pyramid.
* L(i) = I(i) - Gaussian5x5(I(i))
* Level 0 has always the same first two dimensions as the input tensor.
+ *
+ * @deprecated This function is deprecated and is intended to be removed in 21.05 release
+ *
*/
class CLLaplacianPyramid : public IFunction
{