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

#include <io_ops.h>

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

요약

공개 속성

compression_type_ = ""
StringPiece
container_ = ""
StringPiece
shared_name_ = ""
StringPiece

공공 기능

CompressionType (StringPiece x)
TF_MUST_USE_RESULT Attrs
기본값은 ""입니다.
Container (StringPiece x)
TF_MUST_USE_RESULT Attrs
비어 있지 않은 경우 이 판독기는 지정된 컨테이너에 배치됩니다.
SharedName (StringPiece x)
TF_MUST_USE_RESULT Attrs
비어 있지 않은 경우 이 리더는 지정된 버킷에서 이 shared_name으로 이름이 지정됩니다.

공개 속성

압축_유형_

StringPiece tensorflow::ops::TFRecordReader::Attrs::compression_type_ = ""

컨테이너_

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

공유_이름_

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

공공 기능

압축 유형

TF_MUST_USE_RESULT Attrs tensorflow::ops::TFRecordReader::Attrs::CompressionType(
  StringPiece x
)

기본값은 ""입니다.

컨테이너

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

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

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

기본값은 ""입니다.

공유 이름

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

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

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

기본값은 ""입니다.