تينسورفلو :: العمليات :: FixedLengthRecordReader :: أترس

#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
إذا لم يكن فارغًا ، فسيتم تسمية هذا القارئ في المستودع المحدد بالاسم المشترك هذا.

السمات العامة

وعاء_

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

التشفير_

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

رأس_البايت_

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

قفز_بايت_

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

Shared_name_

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

HeaderBytes

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

عدد البايتات في الرأس ، الافتراضي هو 0.

افتراضات على 0

HopBytes

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

عدد البايت للقفز قبل كل قراءة.

يعني الإعداد الافتراضي للصفر استخدام record_bytes.

افتراضات على 0

SharedName

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

إذا لم يكن فارغًا ، فسيتم تسمية هذا القارئ في المستودع المحدد بالاسم المشترك هذا.

وإلا ، فسيتم استخدام اسم العقدة بدلاً من ذلك.

افتراضات على ""