MCPcopy Create free account
hub / github.com/ARM-software/ComputeLibrary / finalize

Method finalize

src/graph/frontend/Stream.cpp:39–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39void Stream::finalize(Target target, const GraphConfig &config)
40{
41 PassManager pm = create_default_pass_manager(target, config);
42 _ctx.set_config(config);
43 _manager.finalize_graph(_g, _ctx, pm, target);
44}
45
46void Stream::run()
47{

Callers

nothing calls this directly

Calls 3

set_configMethod · 0.80
finalize_graphMethod · 0.80

Tested by

no test coverage detected