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

#include <sparse_ops.h>

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

まとめ

パブリック属性

container_ = ""
StringPiece
shared_name_ = ""
StringPiece

公共機能

Container (StringPiece x)
TF_MUST_USE_RESULT Attrs
この操作によって読み取られるSparseTensorsMapのコンテナー名。
SharedName (StringPiece x)
TF_MUST_USE_RESULT Attrs
この操作によって読み取られるSparseTensorsMapの共有名。

パブリック属性

容器_

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

共有名_

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

公共機能

容器

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

この操作によって読み取られるSparseTensorsMapのコンテナー名。

デフォルトは「」です

共有名

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

この操作によって読み取られるSparseTensorsMapの共有名。

空白であってはなりません。むしろ、元のSparseTensorsMapを作成した Op のshared_nameまたは一意のオペレーション名を使用する必要があります。

デフォルトは「」です