tensorflow :: ops :: FixedLengthRecordReader :: Öznitelikler

#include <io_ops.h>

FixedLengthRecordReader için isteğe bağlı öznitelik ayarlayıcılar.

Özet

Genel özellikler

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

Kamusal işlevler

Container (StringPiece x)
TF_MUST_USE_RESULT Attrs
Boş değilse, bu okuyucu verilen konteynere yerleştirilir.
Encoding (StringPiece x)
TF_MUST_USE_RESULT Attrs
Dosya için kodlama türü.
FooterBytes (int64 x)
TF_MUST_USE_RESULT Attrs
Altbilgideki bayt sayısı, varsayılan olarak 0'dır.
HeaderBytes (int64 x)
TF_MUST_USE_RESULT Attrs
Başlıktaki bayt sayısı varsayılan olarak 0'dır.
HopBytes (int64 x)
TF_MUST_USE_RESULT Attrs
Her okumadan önce atlanacak bayt sayısı.
SharedName (StringPiece x)
TF_MUST_USE_RESULT Attrs
Boş değilse, bu okuyucu verilen pakette bu shared_name ile adlandırılır.

Genel özellikler

container_

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

kodlama_

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

header_bytes_

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

hop_bytes_

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

shared_name_

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

Kamusal işlevler

Konteyner

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

Boş değilse, bu okuyucu verilen konteynere yerleştirilir.

Aksi takdirde, varsayılan bir kap kullanılır.

Varsayılan ""

Kodlama

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

Dosya için kodlama türü.

Şu anda ZLIB ve GZIP desteklenmektedir. Hiçbiri varsayılan.

Varsayılan ""

FooterBytes

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

Altbilgideki bayt sayısı, varsayılan olarak 0'dır.

Varsayılan 0

HeaderBytes

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

Başlıktaki bayt sayısı varsayılan olarak 0'dır.

Varsayılan 0

HopBytes

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

Her okumadan önce atlanacak bayt sayısı.

0 varsayılanı, kayıt_baytlarının kullanılması anlamına gelir.

Varsayılan 0

SharedName

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

Boş değilse, bu okuyucu verilen pakette bu shared_name ile adlandırılır.

Aksi takdirde, bunun yerine düğüm adı kullanılır.

Varsayılan ""