テンソルフロー::作戦::次の反復

#include <control_flow_ops.h>

入力を次の反復で使用できるようにします。

まとめ

引数:

  • スコープ:スコープオブジェクト
  • data: 次の反復で使用できるテンソル。

戻り値:

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

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

NextIteration (const :: tensorflow::Scope & scope, :: tensorflow::Input data)

パブリック属性

operation
output

公共機能

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

パブリック属性

手術

Operation operation

出力

::tensorflow::Output output

公共機能

次の反復

 NextIteration(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input data
)

ノード

::tensorflow::Node * node() const 

演算子::tensorflow::入力

 operator::tensorflow::Input() const 

演算子::tensorflow::出力

 operator::tensorflow::Output() const