aboutsummaryrefslogtreecommitdiff
path: root/src/core/gpu/cl/kernels/ClPermuteKernel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/gpu/cl/kernels/ClPermuteKernel.h')
-rw-r--r--src/core/gpu/cl/kernels/ClPermuteKernel.h11
1 files changed, 1 insertions, 10 deletions
diff --git a/src/core/gpu/cl/kernels/ClPermuteKernel.h b/src/core/gpu/cl/kernels/ClPermuteKernel.h
index ae3996fca1..b844214595 100644
--- a/src/core/gpu/cl/kernels/ClPermuteKernel.h
+++ b/src/core/gpu/cl/kernels/ClPermuteKernel.h
@@ -38,7 +38,7 @@ namespace kernels
*
* Permutes given a permutation vector
*/
-class ClPermuteKernel : public ICLKernel
+class ClPermuteKernel : public IClKernel
{
public:
/** Default constructor */
@@ -48,15 +48,6 @@ public:
*
* @note Arbitrary permutation vectors are supported with rank not greater than 4
*
- * @param[in] src The src tensor info. Data types supported: All.
- * @param[in] dst The dst tensor info. Data types supported: Same as @p src
- * @param[in] perm Permutation vector
- */
- void configure(const ITensorInfo *src, ITensorInfo *dst, const PermutationVector &perm);
- /** Set the src and dst of the kernel.
- *
- * @note Arbitrary permutation vectors are supported with rank not greater than 4
- *
* @param[in] compile_context The compile context to be used.
* @param[in] src The src tensor info. Data types supported: All.
* @param[in] dst The dst tensor info. Data types supported: Same as @p src