@Operator(group="data") 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 wrapping a new DeserializeIterator operation.
|
equals, hashCode, op, toStringpublic static DeserializeIterator create(Scope scope, Operand<?> resourceHandle, Operand<?> serialized)
scope - current 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.