MCPcopy 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
46void Stream::run()
47{
48 _manager.execute_graph(_g);
49}
50
51void Stream::add_layer(ILayer &layer)
52{

Callers 1

execute_taskFunction · 0.45

Calls 1

execute_graphMethod · 0.80

Tested by

no test coverage detected