24 #ifndef ARM_COMPUTE_NEBITWISEANDKERNEL_H 25 #define ARM_COMPUTE_NEBITWISEANDKERNEL_H 41 const char *
name()
const override 43 return "NEBitwiseAndKernel";
const char * name() const override
Name of the kernel.
const Window & window() const
The maximum window the kernel can be executed on.
Common interface for all kernels implemented in C++.
~NEBitwiseAndKernel()=default
Default destructor.
NEBitwiseAndKernel & operator=(const NEBitwiseAndKernel &)=delete
Prevent instances of this class from being copied (As this class contains pointers) ...
Interface for CPU tensor.
Copyright (c) 2017-2023 Arm Limited.
void run(const Window &window, const ThreadInfo &info) override
Execute the kernel on the passed window.
Interface for the kernel to perform bitwise AND between XY-planes of two tensors. ...
NEBitwiseAndKernel()
Default constructor.
ScaleKernelInfo info(interpolation_policy, default_border_mode, PixelValue(), sampling_policy, false)
Information about executing thread and CPU.
void configure(const ITensor *input1, const ITensor *input2, ITensor *output)
Initialise the kernel's inputs and output.
Describe a multidimensional execution window.