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

Method consumer_id

arm_compute/graph/Edge.h:90–93  ·  view source on GitHub ↗

Returns sink node id * * @return Sink node id */

Source from the content-addressed store, hash-verified

88 * @return Sink node id
89 */
90 NodeID consumer_id() const
91 {
92 return (_consumer == nullptr) ? EmptyNodeID : _consumer->id();
93 }
94 /** Returns producer node
95 *
96 * @return Producer node

Callers 8

add_connectionMethod · 0.80
get_driving_nodesFunction · 0.80
print_edgesMethod · 0.80
bfsFunction · 0.80
dfsFunction · 0.80

Calls 1

idMethod · 0.45

Tested by

no test coverage detected