tensorflow :: ops :: ResourceCountUpTo
#include <state_ops.h>
'limit'に達するまで、 '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
ResourceCountUpTo( const ::tensorflow::Scope & scope, ::tensorflow::Input resource, int64 limit, DataType T )
ノード
::tensorflow::Node * node() const
operator :: tensorflow :: Input
operator::tensorflow::Input() const
operator :: tensorflow :: Output
operator::tensorflow::Output() const