ReaderNumWorkUnitsCompleted
tensorflow C++ API
tensorflow::ops::ReaderNumRecordsProduced
Returns the number of work units this Reader has finished processing.
Summary
Arguments:
- scope: A Scope object
- reader_handle: Handle to a Reader.
Returns:
Output
: The units_completed tensor.
Constructor
- ReaderNumWorkUnitsCompleted(const ::tensorflow::Scope & scope, ::tensorflow::Input reader_handle).
Public attributes
- tensorflow::Output units_completed.
ReaderNumWorkUnitsCompleted block
Source link : https://github.com/EXPNUNI/enuSpaceTensorflow/blob/master/enuSpaceTensorflow/tf_i_o__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 units_completed: Output object of ReaderNumWorkUnitsCompleted class object.
Result:
- std::vector(Tensor) product_result : Returned object of executed result by calling session.