テンソルフロー::作戦::リソースカウントアップまで

#include <state_ops.h>

「limit」に達するまで「resource」が指す変数をインクリメントします。

まとめ

引数:

  • スコープ:スコープオブジェクト
  • resource: スカラーVariableノードからのものである必要があります。
  • limit: ref を増やすと制限を超える場合、代わりに「OutOfRange」エラーが生成されます。

戻り値:

  • Output : インクリメント前の入力のコピー。他に入力を変更しない場合、生成される値はすべて異なるものになります。

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

ResourceCountUpTo (const :: tensorflow::Scope & scope, :: tensorflow::Input resource, int64 limit, DataType T)

パブリック属性

operation
output

公共機能

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

パブリック属性

手術

Operation operation

出力

::tensorflow::Output output

公共機能

リソースカウントアップまで

 ResourceCountUpTo(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input resource,
  int64 limit,
  DataType T
)

ノード

::tensorflow::Node * node() const 

演算子::tensorflow::入力

 operator::tensorflow::Input() const 

演算子::tensorflow::出力

 operator::tensorflow::Output() const