Returns the index into the outputs of the Operation.
()
| 35 | |
| 36 | /** Returns the index into the outputs of the Operation. */ |
| 37 | public int index() { |
| 38 | return index; |
| 39 | } |
| 40 | |
| 41 | /** Returns the (possibly partially known) shape of the tensor referred to by this Output. */ |
| 42 | public Shape shape() { |
no outgoing calls