텐서플로우:: 작전:: TextLineReader:: 속성

#include <io_ops.h>

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

요약

공개 속성

container_ = ""
StringPiece
shared_name_ = ""
StringPiece
skip_header_lines_ = 0
int64

공공 기능

Container (StringPiece x)
TF_MUST_USE_RESULT Attrs
비어 있지 않은 경우 이 판독기는 지정된 컨테이너에 배치됩니다.
SharedName (StringPiece x)
TF_MUST_USE_RESULT Attrs
비어 있지 않은 경우 이 리더는 지정된 버킷에서 이 shared_name으로 이름이 지정됩니다.
SkipHeaderLines (int64 x)
TF_MUST_USE_RESULT Attrs
모든 파일의 시작 부분에서 건너뛸 줄 수입니다.

공개 속성

컨테이너_

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

공유_이름_

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

Skip_header_lines_

int64 tensorflow::ops::TextLineReader::Attrs::skip_header_lines_ = 0

공공 기능

컨테이너

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

비어 있지 않은 경우 이 판독기는 지정된 컨테이너에 배치됩니다.

그렇지 않으면 기본 컨테이너가 사용됩니다.

기본값은 ""입니다.

공유 이름

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

비어 있지 않은 경우 이 리더는 지정된 버킷에서 이 shared_name으로 이름이 지정됩니다.

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

기본값은 ""입니다.

헤더 줄 건너뛰기

TF_MUST_USE_RESULT Attrs tensorflow::ops::TextLineReader::Attrs::SkipHeaderLines(
  int64 x
)

모든 파일의 시작 부분에서 건너뛸 줄 수입니다.

기본값은 0입니다.