Returns the Operation that will produce the tensor referred to by this Output.
()
| 30 | |
| 31 | /** Returns the Operation that will produce the tensor referred to by this Output. */ |
| 32 | public Operation op() { |
| 33 | return operation; |
| 34 | } |
| 35 | |
| 36 | /** Returns the index into the outputs of the Operation. */ |
| 37 | public int index() { |
no outgoing calls