10#include <arm_compute/core/Error.h>
11#include <arm_compute/runtime/CL/functions/CLLogicalAnd.h>
25 const arm_compute::CLCompileContext& clCompileContext);
26 virtual void Execute()
const override;
29 mutable arm_compute::CLLogicalAnd m_LogicalAndLayer;
ClBaseWorkload(const LogicalBinaryQueueDescriptor &descriptor, const WorkloadInfo &info)
ClLogicalAndWorkload(const LogicalBinaryQueueDescriptor &descriptor, const WorkloadInfo &info, const arm_compute::CLCompileContext &clCompileContext)
virtual void Execute() const override
Copyright (c) 2021 ARM Limited and Contributors.
arm_compute::Status ClLogicalAndWorkloadValidate(const TensorInfo &input0, const TensorInfo &input1, const TensorInfo &output)
Contains information about TensorInfos of a layer.