Returns the index of the input that consumes the result in the consumer node * * @return Consumer node input index */
| 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 |
no outgoing calls
no test coverage detected