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

Method consumer

arm_compute/graph/Edge.h:106–109  ·  view source on GitHub ↗

Returns consumer node * * @return Consumer node */

Source from the content-addressed store, hash-verified

104 * @return Consumer node
105 */
106 INode *consumer() const
107 {
108 return _consumer;
109 }
110 /** Returns the index of the output that produces the result in the producer node
111 *
112 * @return Producer node output index

Callers 9

remove_connectionMethod · 0.80
get_driving_nodesFunction · 0.80
fuse_layerFunction · 0.80
bfsFunction · 0.80
dfsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected