MCPcopy Create free account
hub / github.com/ARM-software/armnn / Execute

Method Execute

src/backends/reference/workloads/RefConstantWorkload.cpp:21–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19 : RefBaseWorkload<ConstantQueueDescriptor>(descriptor, info) {}
20
21void RefConstantWorkload::Execute() const
22{
23 Execute(m_Data.m_Outputs);
24}
25
26void RefConstantWorkload::Execute(std::vector<ITensorHandle*> outputs) const
27{

Callers

nothing calls this directly

Calls 4

GetTensorInfoFunction · 0.85
GetConstTensor<void>Method · 0.80
MapMethod · 0.45
GetNumBytesMethod · 0.45

Tested by

no test coverage detected