テンソルフロー::作戦::ループ条件

#include <control_flow_ops.h>

入力を出力に転送します。

まとめ

この演算子は、ループの「ピボット」スイッチによって使用されるループ終了条件を表します。

引数:

  • スコープ:スコープオブジェクト
  • input: Switch演算の分岐述語を表すブール スカラー。

戻り値:

  • Output : inputと同じテンソル。

コンストラクターとデストラクター

LoopCond (const :: tensorflow::Scope & scope, :: tensorflow::Input input)

パブリック属性

operation
output

公共機能

node () const
::tensorflow::Node *
operator::tensorflow::Input () const
operator::tensorflow::Output () const

パブリック属性

手術

Operation operation

出力

::tensorflow::Output output

公共機能

ループ条件

 LoopCond(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input input
)

ノード

::tensorflow::Node * node() const 

演算子::tensorflow::入力

 operator::tensorflow::Input() const 

演算子::tensorflow::出力

 operator::tensorflow::Output() const