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