NextIteration
tensorflow C++ API
tensorflow::ops::NextIteration
Makes its input available to the next iteration.
Summary
Arguments:
- scope: A Scope object
- data: The tensor to be made available to the next iteration.
Returns:
Output
: The same tensor asdata
.
NextIteration block
Source link :https://github.com/EXPNUNI/enuSpaceTensorflow/blob/master/enuSpaceTensorflow/tf_control_flow_ops.cpp
Argument:
- Scope scope: A Scope object (A scope is generated automatically each page. A scope is not connected.
- Input data: The tensor to be made available to the next iteration.
Returns:
Output
: The same tensor asdata
.