Returns the tensor associated with this edge * * @return Tensor id */
| 128 | * @return Tensor id |
| 129 | */ |
| 130 | Tensor *tensor() const |
| 131 | { |
| 132 | return _tensor; |
| 133 | } |
| 134 | /** Returns the tensor id associated with this edge |
| 135 | * |
| 136 | * @return Tensor id |
no outgoing calls
no test coverage detected