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

Method edge

src/graph/Graph.cpp:218–221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

216}
217
218const Edge *Graph::edge(EdgeID id) const
219{
220 return (id >= _edges.size()) ? nullptr : _edges[id].get();
221}
222
223Edge *Graph::edge(EdgeID id)
224{

Callers 13

set_output_tensorMethod · 0.80
input_idMethod · 0.80
inputMethod · 0.80
input_edgeMethod · 0.80
get_driving_nodesFunction · 0.80
get_driver_nodesFunction · 0.80
fuse_layerFunction · 0.80
mutateMethod · 0.80
mutateMethod · 0.80
all_inputs_are_visitedFunction · 0.80
bfsFunction · 0.80

Calls 2

sizeMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected