テンソルフロー::作戦::固定長レコードリーダー::属性

#include <io_ops.h>

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

まとめ

パブリック属性

container_ = ""
StringPiece
encoding_ = ""
StringPiece
footer_bytes_ = 0
int64
header_bytes_ = 0
int64
hop_bytes_ = 0
int64
shared_name_ = ""
StringPiece

公共機能

Container (StringPiece x)
TF_MUST_USE_RESULT Attrs
空でない場合、このリーダーは指定されたコンテナーに配置されます。
Encoding (StringPiece x)
TF_MUST_USE_RESULT Attrs
ファイルのエンコーディングのタイプ。
FooterBytes (int64 x)
TF_MUST_USE_RESULT Attrs
フッターのバイト数。デフォルトは 0 です。
HeaderBytes (int64 x)
TF_MUST_USE_RESULT Attrs
ヘッダーのバイト数。デフォルトは 0 です。
HopBytes (int64 x)
TF_MUST_USE_RESULT Attrs
各読み取りの前にホップするバイト数。
SharedName (StringPiece x)
TF_MUST_USE_RESULT Attrs
空でない場合、このリーダーは指定されたバケット内でこのshared_nameで名前が付けられます。

パブリック属性

容器_

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

エンコーディング_

StringPiece tensorflow::ops::FixedLengthRecordReader::Attrs::encoding_ = ""
int64 tensorflow::ops::FixedLengthRecordReader::Attrs::footer_bytes_ = 0

header_bytes_

int64 tensorflow::ops::FixedLengthRecordReader::Attrs::header_bytes_ = 0

ホップバイト_

int64 tensorflow::ops::FixedLengthRecordReader::Attrs::hop_bytes_ = 0

共有名_

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

公共機能

容器

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

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

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

デフォルトは「」です

エンコーディング

TF_MUST_USE_RESULT Attrs tensorflow::ops::FixedLengthRecordReader::Attrs::Encoding(
  StringPiece x
)

ファイルのエンコーディングのタイプ。

現在、ZLIB と GZIP がサポートされています。デフォルトはなしです。

デフォルトは「」です

フッターバイト

TF_MUST_USE_RESULT Attrs tensorflow::ops::FixedLengthRecordReader::Attrs::FooterBytes(
  int64 x
)

フッターのバイト数。デフォルトは 0 です。

デフォルトは 0

ヘッダーバイト

TF_MUST_USE_RESULT Attrs tensorflow::ops::FixedLengthRecordReader::Attrs::HeaderBytes(
  int64 x
)

ヘッダーのバイト数。デフォルトは 0 です。

デフォルトは 0

ホップバイト

TF_MUST_USE_RESULT Attrs tensorflow::ops::FixedLengthRecordReader::Attrs::HopBytes(
  int64 x
)

各読み取りの前にホップするバイト数。

デフォルトの 0 は、record_bytes を使用することを意味します。

デフォルトは 0

共有名

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

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

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

デフォルトは「」です