24 #ifndef ARM_COMPUTE_CL_TRANSPOSE_KERNEL_H 25 #define ARM_COMPUTE_CL_TRANSPOSE_KERNEL_H OpenCL kernel to transpose a 2D tensor.
const Window & window() const
The maximum window the kernel can be executed on.
static Status validate(const ITensorInfo *src, const ITensorInfo *dst)
Static function to check if given info will lead to a valid configuration.
Store the tensor's metadata.
Common interface for all the OpenCL kernels.
void configure(const CLCompileContext &compile_context, const ITensorInfo *src, ITensorInfo *dst)
Set the src and dst of the kernel.
SimpleTensor< float > src
Copyright (c) 2017-2023 Arm Limited.
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...
ARM_COMPUTE_DISALLOW_COPY_ALLOW_MOVE(ClTransposeKernel)
Describe a multidimensional execution window.