Modifier and Type | Method and Description |
---|---|
Operation |
OperationBuilder.build()
|
Operation |
Output.op()
Returns the Operation that will produce the tensor referred to by this Output.
|
Operation |
Graph.operation(String name)
Returns the operation (node in the Graph) with the provided name.
|
Modifier and Type | Method and Description |
---|---|
Session.Runner |
Session.Runner.addTarget(Operation operation)
|
Constructor and Description |
---|
Output(Operation op,
int idx)
Handle to the idx-th output of the Operation
op . |
Copyright © 2015–2017. All rights reserved.