aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/runtime/CL/functions/CLLaplacianReconstruct.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/runtime/CL/functions/CLLaplacianReconstruct.h')
-rw-r--r--arm_compute/runtime/CL/functions/CLLaplacianReconstruct.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/arm_compute/runtime/CL/functions/CLLaplacianReconstruct.h b/arm_compute/runtime/CL/functions/CLLaplacianReconstruct.h
index 4ccc1a43e2..c780b56dd8 100644
--- a/arm_compute/runtime/CL/functions/CLLaplacianReconstruct.h
+++ b/arm_compute/runtime/CL/functions/CLLaplacianReconstruct.h
@@ -56,6 +56,9 @@ using ICLImage = ICLTensor;
* I(i-1) = upsample(I(i) + L(i))
*
* output = I(0) + L(0)
+ *
+ * @deprecated This function is deprecated and is intended to be removed in 21.05 release
+ *
*/
class CLLaplacianReconstruct : public IFunction
{