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

Method set_config

src/graph/GraphContext.cpp:50–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50void GraphContext::set_config(const GraphConfig &config)
51{
52 _config = config;
53}
54
55bool GraphContext::insert_memory_management_ctx(MemoryManagerContext &&memory_ctx)
56{

Callers 3

finalize_graphMethod · 0.80
finalizeMethod · 0.80
do_setupMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected