tensorflow :: ops :: RecordInput
#include <data_flow_ops.h>
무작위 레코드를 내 보냅니다.
요약
인수 :
- 범위 : 범위 개체
- file_pattern : 데이터 파일에 대한 Glob 패턴.
선택적 속성 ( Attrs
참조) :
- file_random_seed : 무작위 레코드를 생성하는 데 사용되는 무작위 시드.
- file_shuffle_shift_ratio : 목록을 무작위로 섞은 후 파일 목록을 이동합니다.
- file_buffer_size : 무작위 화 셔플 링 버퍼.
- file_parallelism : 얼마나 많은 sstable이 열리고 동시에 반복되는지.
- batch_size : 배치 크기.
- compression_type : 파일의 압축 유형입니다. 현재 ZLIB 및 GZIP이 지원됩니다. 기본값은 없음입니다.
보고:
-
Output
: 형태 [batch_size]의 텐서.
생성자와 소멸자 | |
---|---|
RecordInput (const :: tensorflow::Scope & scope, StringPiece file_pattern) | |
RecordInput (const :: tensorflow::Scope & scope, StringPiece file_pattern, const RecordInput::Attrs & attrs) |
공용 속성 | |
---|---|
operation | |
records |
공공 기능 | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
공개 정적 함수 | |
---|---|
BatchSize (int64 x) | |
CompressionType (StringPiece x) | |
FileBufferSize (int64 x) | |
FileParallelism (int64 x) | |
FileRandomSeed (int64 x) | |
FileShuffleShiftRatio (float x) |
구조체 | |
---|---|
tensorflow :: ops :: RecordInput :: Attrs | RecordInput에 대한 선택적 속성 설정자. |
공용 속성
조작
Operation operation
기록
::tensorflow::Output records
공공 기능
RecordInput
RecordInput( const ::tensorflow::Scope & scope, StringPiece file_pattern )
RecordInput
RecordInput( const ::tensorflow::Scope & scope, StringPiece file_pattern, const RecordInput::Attrs & attrs )
마디
::tensorflow::Node * node() const
연산자 :: tensorflow :: 입력
operator::tensorflow::Input() const
연산자 :: tensorflow :: 출력
operator::tensorflow::Output() const
공개 정적 함수
BatchSize
Attrs BatchSize( int64 x )
압축 유형
Attrs CompressionType( StringPiece x )
FileBufferSize
Attrs FileBufferSize( int64 x )
FileParallelism
Attrs FileParallelism( int64 x )
FileRandomSeed
Attrs FileRandomSeed( int64 x )
FileShuffleShiftRatio
Attrs FileShuffleShiftRatio( float x )