Google I/O にご注目いただきありがとうございます。すべてのセッションをオンデマンドで表示オンデマンドで見る

tensorflow :: ops :: LoopCond

#include <control_flow_ops.h>

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

概要

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

引数:

  • スコープ:スコープオブジェクト
  • 入力:ブール、スカラー、の分岐述語表現する スイッチオペアンプを。

戻り値:

  • Outputinputと同じテンソル。

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

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

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

ノード

::tensorflow::Node * node() const 

operator :: tensorflow :: Input

 operator::tensorflow::Input() const 

operator :: tensorflow :: Output

 operator::tensorflow::Output() const