Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
17
void RefFillWorkload::Execute() const
18
{
19
Execute(m_Data.m_Outputs);
20
}
21
22
void RefFillWorkload::Execute(std::vector<ITensorHandle*> outputs) const
23
{
Callers
nothing calls this directly
Calls
4
GetTensorInfo
Function · 0.85
Fill
Function · 0.85
Map
Method · 0.45
GetShape
Method · 0.45
Tested by
no test coverage detected