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

#include <io_ops.h>

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

まとめ

パブリック属性

compression_type_ = ""
StringPiece
container_ = ""
StringPiece
shared_name_ = ""
StringPiece

公共機能

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

パブリック属性

圧縮タイプ_

StringPiece tensorflow::ops::TFRecordReader::Attrs::compression_type_ = ""

容器_

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

共有名_

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

公共機能

圧縮タイプ

TF_MUST_USE_RESULT Attrs tensorflow::ops::TFRecordReader::Attrs::CompressionType(
  StringPiece x
)

デフォルトは「」です。

容器

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

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

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

デフォルトは「」です

共有名

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

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

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

デフォルトは「」です