public final class
IteratorGetNext
Gets the next output from the given iterator .
Constants
| String | OP_NAME | The name of this op, as known by TensorFlow core engine |
Public Methods
| List<Output<?>> | |
| static IteratorGetNext | |
| Iterator<Operand<TType>> |
iterator()
|
Inherited Methods
Constants
public static final String OP_NAME
The name of this op, as known by TensorFlow core engine
Constant Value:
"IteratorGetNext"
Public Methods
public static IteratorGetNext create (Scope scope, Operand<?> iterator, List<Class<? extends TType>> outputTypes, List<Shape> outputShapes)
Factory method to create a class wrapping a new IteratorGetNext operation.
Parameters
| scope | current scope |
|---|
Returns
- a new instance of IteratorGetNext