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

Method consumer_idx

arm_compute/graph/Edge.h:122–125  ·  view source on GitHub ↗

Returns the index of the input that consumes the result in the consumer node * * @return Consumer node input index */

Source from the content-addressed store, hash-verified

120 * @return Consumer node input index
121 */
122 unsigned int consumer_idx() const
123 {
124 return _consumer_idx;
125 }
126 /** Returns the tensor associated with this edge
127 *
128 * @return Tensor id

Callers 3

add_connectionMethod · 0.80
remove_connectionMethod · 0.80
get_driving_nodesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected