Control Flow Ops

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.

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

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部