24 #ifndef ARM_COMPUTE_CLFFTDIGITREVERSEKERNEL_H 25 #define ARM_COMPUTE_CLFFTDIGITREVERSEKERNEL_H ~CLFFTDigitReverseKernel()=default
Default destructor.
const Window & window() const
The maximum window the kernel can be executed on.
static Status validate(const ITensorInfo *input, const ITensorInfo *output, const ITensorInfo *idx, const FFTDigitReverseKernelInfo &config)
Static function to check if given info will lead to a valid configuration of CLFFTDigitReverseKernel...
Store the tensor's metadata.
Common interface for all the OpenCL kernels.
Copyright (c) 2017-2023 Arm Limited.
CLFFTDigitReverseKernel & operator=(const CLFFTDigitReverseKernel &)=delete
Prevent instances of this class from being copied (As this class contains pointers) ...
CLFFTDigitReverseKernel()
Constructor.
void run(const Window &window, cl::CommandQueue &queue) override
Enqueue the OpenCL kernel to process the given window on the passed OpenCL command queue...
void configure(const ICLTensor *input, ICLTensor *output, const ICLTensor *idx, const FFTDigitReverseKernelInfo &config)
Set the input and output tensors.
Interface for OpenCL tensor.
Descriptor for FFT digit reverse kernels.
Describe a multidimensional execution window.
Interface for the digit reverse operation kernel.