ReaderSerializeState
tensorflow C++ API
tensorflow::ops::ReaderSerializeState
Produce a string tensor that encodes the state of a Reader.
Summary
Not all Readers support being serialized, so this can produce an Unimplemented error.
Arguments:
- scope: A Scope object
- reader_handle: Handle to a Reader.
Returns:
- Output: The state tensor.
Constructor
- ReaderSerializeState(const ::tensorflow::Scope & scope, ::tensorflow::Input reader_handle).
Public attributes
- tensorflow::Output state.
ReaderSerializeState block
Source link : https://github.com/EXPNUNI/enuSpace-Tensorflow/blob/master/enuSpaceTensorflow/tf_io_ops.cpp
Argument:
- Scope scope : A Scope object (A scope is generated automatically each page. A scope is not connected.)
- Input reader_handle : connect Input node.
Return:
- Output state: Output object of ReaderRestoreState class object.
Result:
- std::vector(Tensor) product_result : Returned object of executed result by calling session.