@Operator public final class MakeIterator extends PrimitiveOp
This operation may be executed multiple times. Each execution will reset the iterator in `iterator` to the first element of `dataset`.
operation| Modifier and Type | Method and Description |
|---|---|
static MakeIterator |
create(Scope scope,
Operand<?> dataset,
Operand<?> iterator)
Factory method to create a class to wrap a new MakeIterator operation to the graph.
|
equals, hashCode, toStringpublic static MakeIterator create(Scope scope, Operand<?> dataset, Operand<?> iterator)
scope - current graph scopedataset - iterator - Copyright © 2015–2019. All rights reserved.