テンソルフロー::作戦::変数
#include <state_ops.h>
ステップ間で持続するテンソルの形式で状態を保持します。
まとめ
読み取りまたは変更できるように、テンソル状態への参照を出力します。 TODO(zhifengc/mrry): tensorflow での状態の共有に関するより詳細なドキュメントへのポインタを追加します。
引数:
- スコープ:スコープオブジェクト
- 形状: 可変テンソルの形状。
- dtype: 変数テンソルの要素のタイプ。
オプションの属性 ( Attrs
を参照):
- コンテナ: 空でない場合、この変数は指定されたコンテナに配置されます。それ以外の場合は、デフォルトのコンテナが使用されます。
- shared_name: 空でない場合、この変数は指定されたバケット内でこのshared_nameで名前が付けられます。それ以外の場合は、代わりにノード名が使用されます。
戻り値:
-
Output
: 変数テンソルへの参照。
コンストラクターとデストラクター | |
---|---|
Variable (const :: tensorflow::Scope & scope, PartialTensorShape shape, DataType dtype) | |
Variable (const :: tensorflow::Scope & scope, PartialTensorShape shape, DataType dtype, const Variable::Attrs & attrs) |
パブリック属性 | |
---|---|
operation | |
ref |
公共機能 | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
パブリック静的関数 | |
---|---|
Container (StringPiece x) | |
SharedName (StringPiece x) |
構造体 | |
---|---|
tensorflow:: ops:: 変数:: 属性 | Variableのオプションの属性セッター。 |
パブリック属性
手術
Operation operation
参照
::tensorflow::Output ref
公共機能
変数
Variable( const ::tensorflow::Scope & scope, PartialTensorShape shape, DataType dtype )
変数
Variable( const ::tensorflow::Scope & scope, PartialTensorShape shape, DataType dtype, const Variable::Attrs & attrs )
ノード
::tensorflow::Node * node() const
演算子::tensorflow::入力
operator::tensorflow::Input() const
演算子::tensorflow::出力
operator::tensorflow::Output() const
パブリック静的関数
容器
Attrs Container( StringPiece x )
共有名
Attrs SharedName( StringPiece x )