텐서플로우:: 작전:: 레코드입력:: 속성
#include <data_flow_ops.h>
RecordInput 에 대한 선택적 속성 설정자입니다.
요약
공개 속성 | |
---|---|
batch_size_ = 32 | int64 |
compression_type_ = "" | StringPiece |
file_buffer_size_ = 10000 | int64 |
file_parallelism_ = 16 | int64 |
file_random_seed_ = 301 | int64 |
file_shuffle_shift_ratio_ = 0.0f | float |
공공 기능 | |
---|---|
BatchSize (int64 x) | TF_MUST_USE_RESULT Attrs 배치 크기. |
CompressionType (StringPiece x) | TF_MUST_USE_RESULT Attrs 파일의 압축 유형입니다. |
FileBufferSize (int64 x) | TF_MUST_USE_RESULT Attrs 무작위화 셔플링 버퍼. |
FileParallelism (int64 x) | TF_MUST_USE_RESULT Attrs 얼마나 많은 sstable이 열리고 동시에 반복되는지입니다. |
FileRandomSeed (int64 x) | TF_MUST_USE_RESULT Attrs 무작위 레코드를 생성하는 데 사용되는 무작위 시드입니다. |
FileShuffleShiftRatio (float x) | TF_MUST_USE_RESULT Attrs 목록이 무작위로 섞인 후 파일 목록을 이동합니다. |
공개 속성
배치_크기_
int64 tensorflow::ops::RecordInput::Attrs::batch_size_ = 32
압축_유형_
StringPiece tensorflow::ops::RecordInput::Attrs::compression_type_ = ""
파일_버퍼_크기_
int64 tensorflow::ops::RecordInput::Attrs::file_buffer_size_ = 10000
파일_병렬_
int64 tensorflow::ops::RecordInput::Attrs::file_parallelism_ = 16
file_random_seed_
int64 tensorflow::ops::RecordInput::Attrs::file_random_seed_ = 301
file_shuffle_shift_ratio_
float tensorflow::ops::RecordInput::Attrs::file_shuffle_shift_ratio_ = 0.0f
공공 기능
배치 크기
TF_MUST_USE_RESULT Attrs tensorflow::ops::RecordInput::Attrs::BatchSize( int64 x )
배치 크기.
기본값은 32입니다.
압축 유형
TF_MUST_USE_RESULT Attrs tensorflow::ops::RecordInput::Attrs::CompressionType( StringPiece x )
파일의 압축 유형입니다.
현재 ZLIB 및 GZIP이 지원됩니다. 기본값은 없음입니다.
기본값은 ""입니다.
파일 버퍼 크기
TF_MUST_USE_RESULT Attrs tensorflow::ops::RecordInput::Attrs::FileBufferSize( int64 x )
무작위화 셔플링 버퍼.
기본값은 10000입니다.
파일병렬화
TF_MUST_USE_RESULT Attrs tensorflow::ops::RecordInput::Attrs::FileParallelism( int64 x )
얼마나 많은 sstable이 열리고 동시에 반복되는지입니다.
기본값은 16입니다.
파일랜덤시드
TF_MUST_USE_RESULT Attrs tensorflow::ops::RecordInput::Attrs::FileRandomSeed( int64 x )
무작위 레코드를 생성하는 데 사용되는 무작위 시드입니다.
기본값은 301입니다.
파일셔플이동비율
TF_MUST_USE_RESULT Attrs tensorflow::ops::RecordInput::Attrs::FileShuffleShiftRatio( float x )
목록이 무작위로 섞인 후 파일 목록을 이동합니다.
기본값은 0입니다.