24 #ifndef ARM_COMPUTE_CL_PERMUTE_KERNEL_H 25 #define ARM_COMPUTE_CL_PERMUTE_KERNEL_H const Window & window() const
The maximum window the kernel can be executed on.
OpenCL kernel to perform tensor permutation.
Store the tensor's metadata.
Common interface for all the OpenCL kernels.
SimpleTensor< float > src
Copyright (c) 2017-2022 Arm Limited.
ARM_COMPUTE_DISALLOW_COPY_ALLOW_MOVE(ClPermuteKernel)
void configure(const CLCompileContext &compile_context, const ITensorInfo *src, ITensorInfo *dst, const PermutationVector &perm)
Set the src and dst of the kernel.
Strides of an item in bytes.
void run_op(ITensorPack &tensors, const Window &window, cl::CommandQueue &queue) override
Enqueue the OpenCL kernel to process the given window on the passed OpenCL command queue...
static Status validate(const ITensorInfo *src, const ITensorInfo *dst, const PermutationVector &perm)
Static function to check if given info will lead to a valid configuration.
Describe a multidimensional execution window.