23.08
|
Go to the documentation of this file.
24 #ifndef ARM_COMPUTE_NESELECTKERNEL_H
25 #define ARM_COMPUTE_NESELECTKERNEL_H
44 const char *
name()
const override
46 return "NESelectKernel";
Interface for CPU tensor.
void run(const Window &window, const ThreadInfo &info) override
Execute the kernel on the passed window.
Common interface for all kernels implemented in C++.
static Status validate(const ITensorInfo *c, const ITensorInfo *x, const ITensorInfo *y, const ITensorInfo *output)
Validate the argument passed to the kernel.
const Window & window() const
The maximum window the kernel can be executed on.
NESelectKernel & operator=(const NESelectKernel &)=delete
Prevent instances of this class from being copied (As this class contains pointers)
Information about executing thread and CPU.
void configure(const ITensor *c, const ITensor *x, const ITensor *y, ITensor *output)
Common signature for all the specialised elementwise functions.
Describe a multidimensional execution window.
Copyright (c) 2017-2023 Arm Limited.
const char * name() const override
Name of the kernel.
Store the tensor's metadata.
NESelectKernel()
Default constructor.
ScaleKernelInfo info(interpolation_policy, default_border_mode, PixelValue(), sampling_policy, false)
Interface for the select kernel.
~NESelectKernel()=default
Default destructor.