aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/runtime/CL/functions/CLConvolution.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/runtime/CL/functions/CLConvolution.h')
-rw-r--r--arm_compute/runtime/CL/functions/CLConvolution.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/arm_compute/runtime/CL/functions/CLConvolution.h b/arm_compute/runtime/CL/functions/CLConvolution.h
index 4a1631a702..44346767f3 100644
--- a/arm_compute/runtime/CL/functions/CLConvolution.h
+++ b/arm_compute/runtime/CL/functions/CLConvolution.h
@@ -50,6 +50,8 @@ class ICLTensor;
* -# @ref CLFillBorderKernel (executed if border_mode == CONSTANT or border_mode == REPLICATE)
* -# @ref CLConvolution3x3Kernel
*
+ * @deprecated This function is deprecated and is intended to be removed in 21.05 release
+ *
*/
class CLConvolution3x3 : public ICLSimpleFunction
{
@@ -83,6 +85,8 @@ public:
* -# @ref CLConvolutionKernel or<br/>
* @ref CLSeparableConvolutionHorKernel and @ref CLSeparableConvolutionVertKernel (if convolution matrix is separable)
*
+ * @deprecated This function is deprecated and is intended to be removed in 21.05 release
+ *
*/
template <unsigned int matrix_size>
class CLConvolutionSquare : public IFunction
@@ -148,6 +152,9 @@ using CLConvolution9x9 = CLConvolutionSquare<9>;
* -# @ref CLConvolutionRectangleKernel or<br/>
*
* @note Convolution rectangle should have dimensions of 3, 5, 7, 9
+ *
+ * @deprecated This function is deprecated and is intended to be removed in 21.05 release
+ *
*/
class CLConvolutionRectangle : public ICLSimpleFunction
{