24 #ifndef ARM_COMPUTE_NELOGICALKERNEL_H 25 #define ARM_COMPUTE_NELOGICALKERNEL_H 65 const char *
name()
const override;
void run_op(ITensorPack &tensors, 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.
Common interface for all kernels implemented in C++.
Store the tensor's metadata.
Copyright (c) 2017-2023 Arm Limited.
static Status validate(const ITensorInfo *input1, const ITensorInfo *input2, const ITensorInfo *output, LogicalOperation op)
Static function to check if given info will lead to a valid configuration of NELogicalKernel.
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.
Interface for the kernel to perform logical operations between two tensors.
void configure(const ITensorInfo *input1, const ITensorInfo *input2, ITensorInfo *output, LogicalOperation op)
Initialise the kernel's inputs and output.
LogicalOperation
List of supported logical operations.
Describe a multidimensional execution window.