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

Method Execute

src/backends/reference/workloads/RefFillWorkload.cpp:17–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15{
16
17void RefFillWorkload::Execute() const
18{
19 Execute(m_Data.m_Outputs);
20}
21
22void RefFillWorkload::Execute(std::vector<ITensorHandle*> outputs) const
23{

Callers

nothing calls this directly

Calls 4

GetTensorInfoFunction · 0.85
FillFunction · 0.85
MapMethod · 0.45
GetShapeMethod · 0.45

Tested by

no test coverage detected