W3cubDocs

/TensorFlow C++ 2.9

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 indexth 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.

© 2022 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 4.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/versions/r2.9/api_docs/cc/group/control-flow-ops