tensorflow :: ops :: FixedLengthRecordReader
#include <io_ops.h>
파일에서 고정 길이 레코드를 출력하는 판독기.
요약
인수 :
- 범위 : 범위 개체
- record_bytes : 레코드의 바이트 수.
선택적 속성 ( Attrs
참조) :
- header_bytes : 헤더의 바이트 수, 기본값은 0입니다.
- footer_bytes : 바닥 글의 바이트 수, 기본값은 0입니다.
- hop_bytes : 각 읽기 전에 홉할 바이트 수. 기본값 0은 record_bytes 사용을 의미합니다.
- container : 비어 있지 않은 경우이 리더는 지정된 컨테이너에 배치됩니다. 그렇지 않으면 기본 컨테이너가 사용됩니다.
- shared_name : 비어 있지 않은 경우이 리더는이 shared_name으로 지정된 버킷에서 이름이 지정됩니다. 그렇지 않으면 노드 이름이 대신 사용됩니다.
- 인코딩 : 파일의 인코딩 유형입니다. 현재 ZLIB 및 GZIP이 지원됩니다. 기본값은 없음입니다.
보고:
-
Output
: 판독기를 참조하는 핸들입니다.
생성자와 소멸자 | |
---|---|
FixedLengthRecordReader (const :: tensorflow::Scope & scope, int64 record_bytes) | |
FixedLengthRecordReader (const :: tensorflow::Scope & scope, int64 record_bytes, const FixedLengthRecordReader::Attrs & attrs) |
공용 속성 | |
---|---|
operation | |
reader_handle |
공공 기능 | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
공개 정적 함수 | |
---|---|
Container (StringPiece x) | |
Encoding (StringPiece x) | |
FooterBytes (int64 x) | |
HeaderBytes (int64 x) | |
HopBytes (int64 x) | |
SharedName (StringPiece x) |
구조체 | |
---|---|
tensorflow :: ops :: FixedLengthRecordReader :: Attrs | FixedLengthRecordReader에 대한 선택적 속성 설정자입니다. |
공용 속성
조작
Operation operation
reader_handle
::tensorflow::Output reader_handle
공공 기능
FixedLengthRecordReader
FixedLengthRecordReader( const ::tensorflow::Scope & scope, int64 record_bytes )
FixedLengthRecordReader
FixedLengthRecordReader( const ::tensorflow::Scope & scope, int64 record_bytes, const FixedLengthRecordReader::Attrs & attrs )
마디
::tensorflow::Node * node() const
연산자 :: tensorflow :: 입력
operator::tensorflow::Input() const
연산자 :: tensorflow :: 출력
operator::tensorflow::Output() const
공개 정적 함수
컨테이너
Attrs Container( StringPiece x )
부호화
Attrs Encoding( StringPiece x )
FooterBytes
Attrs FooterBytes( int64 x )
HeaderBytes
Attrs HeaderBytes( int64 x )
HopBytes
Attrs HopBytes( int64 x )
SharedName
Attrs SharedName( StringPiece x )