aboutsummaryrefslogtreecommitdiff
path: root/src/core/CL/kernels/CLSelectKernel.h
diff options
context:
space:
mode:
authorManuel Bottini <manuel.bottini@arm.com>2020-12-08 12:33:30 +0000
committerManuel Bottini <manuel.bottini@arm.com>2020-12-16 10:43:41 +0000
commit6cca99386ffdc64b7c5b6f90d74df3bfee98c0dc (patch)
treed0c284b5067a5ed143b3caa3b10ccc649a629b2e /src/core/CL/kernels/CLSelectKernel.h
parent4d9687e70e2d71097cd43929d5f63377c3c44523 (diff)
downloadComputeLibrary-6cca99386ffdc64b7c5b6f90d74df3bfee98c0dc.tar.gz
COMPMID-3919: Remove OpenCL Padding CLSelectKernel
Change-Id: I07222a9eb03c785bb63414f581152267b133e9fc Signed-off-by: Manuel Bottini <manuel.bottini@arm.com> Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/4699 Comments-Addressed: Arm Jenkins <bsgcomp@arm.com> Tested-by: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: Michele Di Giorgio <michele.digiorgio@arm.com>
Diffstat (limited to 'src/core/CL/kernels/CLSelectKernel.h')
-rw-r--r--src/core/CL/kernels/CLSelectKernel.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/core/CL/kernels/CLSelectKernel.h b/src/core/CL/kernels/CLSelectKernel.h
index 93ae27f444..b8c10cd7cf 100644
--- a/src/core/CL/kernels/CLSelectKernel.h
+++ b/src/core/CL/kernels/CLSelectKernel.h
@@ -54,14 +54,6 @@ public:
~CLSelectKernel() = default;
/** Initialise the kernel's inputs and output.
*
- * @param[in] c Condition input tensor. Data types supported: U8.
- * @param[in] x First input tensor. Data types supported: All.
- * @param[out] y Second input tensor. Data types supported: Same as @p x
- * @param[in] output Output tensor. Data types supported: Same as @p x.
- */
- void configure(const ICLTensor *c, const ICLTensor *x, const ICLTensor *y, ICLTensor *output);
- /** Initialise the kernel's inputs and output.
- *
* @param[in] compile_context The compile context to be used.
* @param[in] c Condition input tensor. Data types supported: U8.
* @param[in] x First input tensor. Data types supported: All.