53 AndFunction(inShape0, inShape1, outShape, *input0, *input1, *output);
58 OrFunction(inShape0, inShape1, outShape, *input0, *input1, *output);
63 throw InvalidArgumentException(std::string(
"Unsupported Logical Binary operation") +
#define ARMNN_SCOPED_PROFILING_EVENT_REF_NAME_GUID(label)
Creates a profiling event that uses GetGuid() and GetName() from the calling class.
LogicalBinaryQueueDescriptor m_Data
RefBaseWorkload(const LogicalBinaryQueueDescriptor &descriptor, const WorkloadInfo &info)
RefLogicalBinaryWorkload(const LogicalBinaryQueueDescriptor &descriptor, const WorkloadInfo &info)
void Execute() const override
const TensorShape & GetShape() const
Copyright (c) 2021 ARM Limited and Contributors.
std::unique_ptr< Decoder< T > > MakeDecoder(const TensorInfo &info, const void *data=nullptr)
std::unique_ptr< Encoder< T > > MakeEncoder(const TensorInfo &info, void *data=nullptr)
constexpr char const * GetLogicalBinaryOperationAsCString(LogicalBinaryOperation operation)
armnn::TensorInfo GetTensorInfo(unsigned int numberOfBatches, unsigned int numberOfChannels, unsigned int height, unsigned int width, const armnn::DataLayout dataLayout, const armnn::DataType dataType)
LogicalBinaryOperation m_Operation
Specifies the logical operation to execute.
LayerDescriptor m_Parameters
Contains information about TensorInfos of a layer.