텐서플로우:: 작전:: 고정길이레코드리더:: 속성

#include <io_ops.h>

FixLengthRecordReader 에 대한 선택적 속성 설정자입니다.

요약

공개 속성

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으로 이름이 지정됩니다.

그렇지 않으면 노드 이름이 대신 사용됩니다.

기본값은 ""입니다.