tensorflow :: ops :: RecordInput :: 속성
#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 얼마나 많은 안정이 열리고 동시에 반복되는지입니다. |
FileRandomSeed (int64 x) | TF_MUST_USE_RESULT Attrs 무작위 레코드를 생성하는 데 사용되는 무작위 시드. |
FileShuffleShiftRatio (float x) | TF_MUST_USE_RESULT Attrs 목록을 무작위로 섞은 후 파일 목록을 이동합니다. |
공용 속성
batch_size_
int64 tensorflow::ops::RecordInput::Attrs::batch_size_ = 32
compression_type_
StringPiece tensorflow::ops::RecordInput::Attrs::compression_type_ = ""
file_buffer_size_
int64 tensorflow::ops::RecordInput::Attrs::file_buffer_size_ = 10000
file_parallelism_
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
공공 기능
BatchSize
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이 지원됩니다. 기본값은 없음입니다.
기본값은 ""입니다.
FileBufferSize
TF_MUST_USE_RESULT Attrs tensorflow::ops::RecordInput::Attrs::FileBufferSize( int64 x )
무작위 화 셔플 링 버퍼입니다.
기본값은 10000입니다.
FileParallelism
TF_MUST_USE_RESULT Attrs tensorflow::ops::RecordInput::Attrs::FileParallelism( int64 x )
얼마나 많은 안정이 열리고 동시에 반복되는지.
기본값은 16입니다.
FileRandomSeed
TF_MUST_USE_RESULT Attrs tensorflow::ops::RecordInput::Attrs::FileRandomSeed( int64 x )
무작위 레코드를 생성하는 데 사용되는 무작위 시드.
기본값은 301입니다.
FileShuffleShiftRatio
TF_MUST_USE_RESULT Attrs tensorflow::ops::RecordInput::Attrs::FileShuffleShiftRatio( float x )
목록을 무작위로 섞은 후 파일 목록을 이동합니다.
기본값은 0입니다.