Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
50
void GraphContext::set_config(const GraphConfig &config)
51
{
52
_config = config;
53
}
54
55
bool GraphContext::insert_memory_management_ctx(MemoryManagerContext &&memory_ctx)
56
{
Callers
3
finalize_graph
Method · 0.80
finalize
Method · 0.80
do_setup
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected