テンソルフロー::作戦::変数::属性

#include <state_ops.h>

Variableのオプションの属性セッター。

まとめ

パブリック属性

container_ = ""
StringPiece
shared_name_ = ""
StringPiece

公共機能

Container (StringPiece x)
TF_MUST_USE_RESULT Attrs
空でない場合、この変数は指定されたコンテナーに配置されます。
SharedName (StringPiece x)
TF_MUST_USE_RESULT Attrs
空でない場合、この変数は指定されたバケット内でこのshared_nameで名前が付けられます。

パブリック属性

容器_

StringPiece tensorflow::ops::Variable::Attrs::container_ = ""

共有名_

StringPiece tensorflow::ops::Variable::Attrs::shared_name_ = ""

公共機能

容器

TF_MUST_USE_RESULT Attrs tensorflow::ops::Variable::Attrs::Container(
  StringPiece x
)

空でない場合、この変数は指定されたコンテナーに配置されます。

それ以外の場合は、デフォルトのコンテナが使用されます。

デフォルトは「」です

共有名

TF_MUST_USE_RESULT Attrs tensorflow::ops::Variable::Attrs::SharedName(
  StringPiece x
)

空でない場合、この変数は指定されたバケット内でこのshared_nameで名前が付けられます。

それ以外の場合は、代わりにノード名が使用されます。

デフォルトは「」です