Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
218
const Edge *Graph::edge(EdgeID id) const
219
{
220
return (id >= _edges.size()) ? nullptr : _edges[id].get();
221
}
222
223
Edge *Graph::edge(EdgeID id)
224
{
Callers
13
set_output_tensor
Method · 0.80
input_id
Method · 0.80
input
Method · 0.80
input_edge
Method · 0.80
get_driving_nodes
Function · 0.80
get_driver_nodes
Function · 0.80
fuse_layer
Function · 0.80
mutate
Method · 0.80
mutate
Method · 0.80
output_edges_are_separate_tensors
Function · 0.80
all_inputs_are_visited
Function · 0.80
bfs
Function · 0.80
Calls
2
size
Method · 0.45
get
Method · 0.45
Tested by
no test coverage detected