@Operator public final class DeserializeIterator extends PrimitiveOp
operation| Modifier and Type | Method and Description |
|---|---|
static DeserializeIterator |
create(Scope scope,
Operand<?> resourceHandle,
Operand<?> serialized)
Factory method to create a class to wrap a new DeserializeIterator operation to the graph.
|
equals, hashCode, toStringpublic static DeserializeIterator create(Scope scope, Operand<?> resourceHandle, Operand<?> serialized)
scope - current graph scoperesourceHandle - A handle to an iterator resource.serialized - A variant tensor storing the state of the iterator contained in the
resource.Copyright © 2015–2019. All rights reserved.