Package | Description |
---|---|
org.tensorflow |
Defines classes to build, save, load and execute TensorFlow models.
|
org.tensorflow.op |
Modifier and Type | Class and Description |
---|---|
class |
GraphOperation
|
Modifier and Type | Method and Description |
---|---|
Operation |
OperationBuilder.build()
Build the
Operation . |
Operation |
Output.op()
Returns the Operation that will produce the tensor referred to by this Output.
|
Modifier and Type | Method and Description |
---|---|
Iterator<Operation> |
Graph.operations()
Iterator over all the
Operation s in the graph. |
Modifier and Type | Method and Description |
---|---|
OperationBuilder |
OperationBuilder.addControlInput(Operation control)
Ensure that the operation does not execute before the control operation does.
|
GraphOperationBuilder |
GraphOperationBuilder.addControlInput(Operation control) |
Session.Runner |
Session.Runner.addTarget(Operation operation)
|
Modifier and Type | Field and Description |
---|---|
protected Operation |
PrimitiveOp.operation |
Modifier and Type | Method and Description |
---|---|
Operation |
PrimitiveOp.op()
Returns the underlying
Operation |
Constructor and Description |
---|
PrimitiveOp(Operation operation)
Constructor.
|
Copyright © 2015–2019. All rights reserved.