public final class
Execute
Op that loads and executes a TPU program on a TPU device.
For the internal use of the distributed TPU compiler.
Constants
String | OP_NAME | The name of this op, as known by TensorFlow core engine |
Public Methods
static Execute | |
Iterator<Operand<TType>> |
iterator()
|
List<Output<?>> |
results()
|
Inherited Methods
Constants
public static final String OP_NAME
The name of this op, as known by TensorFlow core engine
Constant Value:
"TPUExecute"
Public Methods
public static Execute create (Scope scope, Iterable<Operand<?>> args, Operand<TString> key, List<Class<? extends TType>> Tresults)
Factory method to create a class wrapping a new Execute operation.
Parameters
scope | current scope |
---|
Returns
- a new instance of Execute