Control Flow Ops

Summary

Classes

tensorflow:: ops:: Abort

Raise a exception to abort the process when called.

tensorflow:: ops:: ControlTrigger

Does nothing.

tensorflow:: ops:: LoopCond

Forwards the input to the output.

tensorflow:: ops:: Merge

Forwards the value of an available tensor from inputs to output .

tensorflow:: ops:: NextIteration

Makes its input available to the next iteration.

tensorflow:: ops:: RefNextIteration

Makes its input available to the next iteration.

tensorflow:: ops:: RefSelect

Forwards the index th element of inputs to output .

tensorflow:: ops:: RefSwitch

Forwards the ref tensor data to the output port determined by pred .

tensorflow:: ops:: Switch

Forwards data to the output port determined by pred .