20template <
typename Functor,
typename ParentDescriptor,
typename armnn::StringMapping::Id DebugString>
22 const ParentDescriptor& desc,
28template <
typename Functor,
typename ParentDescriptor,
typename armnn::StringMapping::Id DebugString>
34template <
typename Functor,
typename ParentDescriptor,
typename armnn::StringMapping::Id DebugString>
36 std::vector<ITensorHandle*> inputs, std::vector<ITensorHandle*> outputs)
const
#define ARMNN_SCOPED_PROFILING_EVENT_REF_NAME_GUID(label)
Creates a profiling event that uses GetGuid() and GetName() from the calling class.
RefBaseWorkload(const ParentDescriptor &descriptor, const WorkloadInfo &info)
RefElementwiseWorkload(const ParentDescriptor &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)
armnn::TensorInfo GetTensorInfo(unsigned int numberOfBatches, unsigned int numberOfChannels, unsigned int height, unsigned int width, const armnn::DataLayout dataLayout, const armnn::DataType dataType)
static const StringMapping & Instance()
@ RefSubtractionWorkload_Execute
@ RefAdditionWorkload_Execute
@ RefDivisionWorkload_Execute
@ RefMinimumWorkload_Execute
@ RefMultiplicationWorkload_Execute
@ RefMaximumWorkload_Execute
Contains information about TensorInfos of a layer.