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

Method node

src/graph/Graph.cpp:208–211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

206}
207
208const INode *Graph::node(NodeID id) const
209{
210 return (id >= _nodes.size()) ? nullptr : _nodes[id].get();
211}
212
213INode *Graph::node(NodeID id)
214{

Callers 15

create_layerMethod · 0.80
create_layerMethod · 0.80
check_nodeidx_pairFunction · 0.80
set_node_paramsFunction · 0.80
set_accessor_on_nodeFunction · 0.80
add_convolution_nodeMethod · 0.80

Calls 2

sizeMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected