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

Method input_edge

src/graph/INode.cpp:171–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169}
170
171Edge *INode::input_edge(size_t idx) const
172{
173 ARM_COMPUTE_ERROR_ON(_graph == nullptr);
174 ARM_COMPUTE_ERROR_ON(idx >= _input_edges.size());
175 return _graph->edge(_input_edges[idx]);
176}
177
178size_t INode::num_inputs() const
179{

Callers 10

add_connectionMethod · 0.80
get_transition_handlesFunction · 0.80
mutateMethod · 0.80
try_in_place_elementwiseFunction · 0.80
mutateMethod · 0.80
remove_optimized_nodesFunction · 0.80

Calls 2

edgeMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected