24 #ifndef ARM_COMPUTE_CLLOGICALOR_H 25 #define ARM_COMPUTE_CLLOGICALOR_H 33 class CLCompileContext;
95 std::unique_ptr<Impl> _impl;
98 namespace experimental
CLLogicalOr & operator=(const CLLogicalOr &)=delete
Prevent instances of this class from being copied (As this class contains pointers) ...
Base class for all functions.
void configure(ICLTensor *input1, ICLTensor *input2, ICLTensor *output)
Initialize the function.
Store the tensor's metadata.
static Status validate(const ITensorInfo *input1, const ITensorInfo *input2, const ITensorInfo *output)
Static function to check if given info will lead to a valid configuration.
Copyright (c) 2017-2023 Arm Limited.
~CLLogicalOr()
Default Destructor.
CLLogicalOr()
Default Constructor.
Interface for OpenCL tensor.
Basic function to run arm_compute::opencl::kernels::ClLogicalBinaryKernel.
void run() override
Run the kernels contained in the function.
Basic interface for functions which have a single async CL kernel.