24 #ifndef ARM_COMPUTE_CLBITWISEKERNEL_H 25 #define ARM_COMPUTE_CLBITWISEKERNEL_H const Window & window() const
The maximum window the kernel can be executed on.
void run(const Window &window, cl::CommandQueue &queue) override
Enqueue the OpenCL kernel to process the given window on the passed OpenCL command queue...
CLBitwiseKernel & operator=(const CLBitwiseKernel &)=delete
Prevent instances of this class from being copied (As this class contains pointers) ...
CLBitwiseKernel()
Default constructor.
Common interface for all the OpenCL kernels.
Copyright (c) 2017-2023 Arm Limited.
void configure(const CLCompileContext &compile_context, const ICLTensor *input1, const ICLTensor *input2, ICLTensor *output, BitwiseOperation op)
Set the inputs and output tensors.
Interface for the bitwise operation kernel.
BitwiseOperation
Available bitwise operations.
Interface for OpenCL tensor.
Describe a multidimensional execution window.