MCPcopy 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
50void INode::set_graph(Graph *g)
51{
52 ARM_COMPUTE_ERROR_ON(g == nullptr);
53 _graph = g;
54}
55
56void INode::set_id(NodeID id)
57{

Callers 1

add_nodeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected