Modifier and Type | Method and Description |
---|---|
Output |
Operation.output(int idx)
Returns a symbolic handle to one of the tensors produced by this operation.
|
Modifier and Type | Method and Description |
---|---|
OperationBuilder |
OperationBuilder.addInput(Output input) |
OperationBuilder |
OperationBuilder.addInputList(Output[] inputs) |
Session.Runner |
Session.Runner.feed(Output o,
Tensor t)
Use
t instead of the Tensor referred to by executing the operation referred to by
output . |
Session.Runner |
Session.Runner.fetch(Output output)
Makes
Session.Runner.run() return the Tensor referred to by output . |
Copyright © 2015–2017. All rights reserved.