Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/ComputeLibrary
/ set_graph
Method
set_graph
src/graph/INode.cpp:50–54 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
48
}
49
50
void INode::set_graph(Graph *g)
51
{
52
ARM_COMPUTE_ERROR_ON(g == nullptr);
53
_graph = g;
54
}
55
56
void INode::set_id(NodeID id)
57
{
Callers
1
add_node
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected