24 #ifndef ARM_COMPUTE_NEFFTSCALEKERNEL_H 25 #define ARM_COMPUTE_NEFFTSCALEKERNEL_H 40 const char *
name()
const override 42 return "NEFFTScaleKernel";
~NEFFTScaleKernel()=default
Default destructor.
const Window & window() const
The maximum window the kernel can be executed on.
Common interface for all kernels implemented in C++.
static Status validate(const ITensorInfo *input, const ITensorInfo *output, const FFTScaleKernelInfo &config)
Static function to check if given info will lead to a valid configuration of NEFFTScaleKernel.
Interface for the inverse fft scale kernel.
Store the tensor's metadata.
Interface for CPU tensor.
Copyright (c) 2017-2023 Arm Limited.
NEFFTScaleKernel & operator=(const NEFFTScaleKernel &)=delete
Prevent instances of this class from being copied (As this class contains pointers) ...
const char * name() const override
Name of the kernel.
Descriptor for FFT scale kernels.
void configure(ITensor *input, ITensor *output, const FFTScaleKernelInfo &config)
Set the input and output tensors.
NEFFTScaleKernel()
Constructor.
ScaleKernelInfo info(interpolation_policy, default_border_mode, PixelValue(), sampling_policy, false)
Information about executing thread and CPU.
void run(const Window &window, const ThreadInfo &info) override
Execute the kernel on the passed window.
Describe a multidimensional execution window.