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