aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/runtime/NEON/functions/NELaplacianPyramid.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/runtime/NEON/functions/NELaplacianPyramid.h')
-rw-r--r--arm_compute/runtime/NEON/functions/NELaplacianPyramid.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/arm_compute/runtime/NEON/functions/NELaplacianPyramid.h b/arm_compute/runtime/NEON/functions/NELaplacianPyramid.h
index eecd9d59cb..9ca30141a6 100644
--- a/arm_compute/runtime/NEON/functions/NELaplacianPyramid.h
+++ b/arm_compute/runtime/NEON/functions/NELaplacianPyramid.h
@@ -50,6 +50,9 @@ class ITensor;
* 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 NELaplacianPyramid : public IFunction
{