Converts the given `resource_handle` representing an iterator to a variant tensor.
Nested Classes
| class | SerializeIterator.Options | Optional attributes for SerializeIterator | |
Constants
| String | OP_NAME | The name of this op, as known by TensorFlow core engine | 
Public Methods
| Output<TType> | 
asOutput()
                
                   Returns the symbolic handle of the tensor. | 
| static SerializeIterator | 
create(Scope scope, Operand<?> resourceHandle, Options... options)
                
                   Factory method to create a class wrapping a new SerializeIterator operation. | 
| static SerializeIterator.Options | 
externalStatePolicy(Long externalStatePolicy)
                
               | 
| Output<?> | 
serialized()
                
                   A variant tensor storing the state of the iterator contained in the
 resource. | 
Inherited Methods
Constants
public static final String OP_NAME
The name of this op, as known by TensorFlow core engine
Public Methods
public Output<TType> asOutput ()
Returns the symbolic handle of the tensor.
Inputs to TensorFlow operations are outputs of another TensorFlow operation. This method is used to obtain a symbolic handle that represents the computation of the input.
public static SerializeIterator create (Scope scope, Operand<?> resourceHandle, Options... options)
Factory method to create a class wrapping a new SerializeIterator operation.
Parameters
| scope | current scope | 
|---|---|
| resourceHandle | A handle to an iterator resource. | 
| options | carries optional attributes values | 
Returns
- a new instance of SerializeIterator
public Output<?> serialized ()
A variant tensor storing the state of the iterator contained in the resource.