26 void Execute(std::vector<ITensorHandle*> inputs, std::vector<ITensorHandle*> outputs)
const
34 unsigned int numBytes =
37 std::memcpy(outputs[0]->
Map(), &
Shape, numBytes);
#define ARMNN_SCOPED_PROFILING_EVENT_REF_NAME_GUID(label)
Creates a profiling event that uses GetGuid() and GetName() from the calling class.
ShapeQueueDescriptor m_Data
RefBaseWorkload(const ShapeQueueDescriptor &descriptor, const WorkloadInfo &info)
const TensorShape & GetShape() const
unsigned int GetNumDimensions() const
DataType GetDataType() const
Copyright (c) 2021 ARM Limited and Contributors.
constexpr unsigned int GetDataTypeSize(DataType dataType)
armnn::TensorInfo GetTensorInfo(unsigned int numberOfBatches, unsigned int numberOfChannels, unsigned int height, unsigned int width, const armnn::DataLayout dataLayout, const armnn::DataType dataType)
virtual void Execute() const override