public final class
DeserializeIterator
Converts the given variant tensor to an iterator and stores it in the given resource.
Constants
String | OP_NAME | The name of this op, as known by TensorFlow core engine |
Public Methods
static DeserializeIterator |
Inherited Methods
Constants
public static final String OP_NAME
The name of this op, as known by TensorFlow core engine
Constant Value:
"DeserializeIterator"
Public Methods
public static DeserializeIterator create (Scope scope, Operand<?> resourceHandle, Operand<?> serialized)
Factory method to create a class wrapping a new DeserializeIterator operation.
Parameters
scope | current scope |
---|---|
resourceHandle | A handle to an iterator resource. |
serialized | A variant tensor storing the state of the iterator contained in the resource. |
Returns
- a new instance of DeserializeIterator