Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
208
const INode *Graph::node(NodeID id) const
209
{
210
return (id >= _nodes.size()) ? nullptr : _nodes[id].get();
211
}
212
213
INode *Graph::node(NodeID id)
214
{
Callers
15
create_layer
Method · 0.80
create_layer
Method · 0.80
check_nodeidx_pair
Function · 0.80
set_node_params
Function · 0.80
set_accessor_on_node
Function · 0.80
add_batch_normalization_node
Method · 0.80
add_convolution_node
Method · 0.80
add_deconvolution_node
Method · 0.80
add_depthwise_convolution_node
Method · 0.80
add_detection_post_process_node
Method · 0.80
add_fully_connected_layer
Method · 0.80
add_normalize_planar_yuv_node
Method · 0.80
Calls
2
size
Method · 0.45
get
Method · 0.45
Tested by
no test coverage detected