Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/ComputeLibrary
/ run
Method
run
src/graph/frontend/Stream.cpp:46–49 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
44
}
45
46
void Stream::run()
47
{
48
_manager.execute_graph(_g);
49
}
50
51
void Stream::add_layer(ILayer &layer)
52
{
Callers
1
execute_task
Function · 0.45
Calls
1
execute_graph
Method · 0.80
Tested by
no test coverage detected