Tensorflow :: ops :: RecordInput
#include <data_flow_ops.h>
Gibt zufällige Datensätze aus.
Zusammenfassung
Argumente:
- scope: Ein Scope- Objekt
- file_pattern: Glob-Muster für die Datendateien.
Optionale Attribute (siehe Attrs
):
- file_random_seed: Zufällige Seeds, mit denen zufällige Datensätze erstellt werden.
- file_shuffle_shift_ratio: Verschiebt die Liste der Dateien, nachdem die Liste zufällig gemischt wurde.
- file_buffer_size: Der Randomization Shuffling Buffer.
- file_parallelism: Wie viele sstables geöffnet und gleichzeitig durchlaufen werden.
- batch_size: Die Stapelgröße.
- compress_type: Die Art der Komprimierung für die Datei. Derzeit werden ZLIB und GZIP unterstützt. Der Standardwert ist none.
Kehrt zurück:
-
Output
: Ein Tensor der Form [batch_size].
Konstruktoren und Destruktoren | |
---|---|
RecordInput (const :: tensorflow::Scope & scope, StringPiece file_pattern) | |
RecordInput (const :: tensorflow::Scope & scope, StringPiece file_pattern, const RecordInput::Attrs & attrs) |
Öffentliche Attribute | |
---|---|
operation | |
records |
Öffentliche Funktionen | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
Öffentliche statische Funktionen | |
---|---|
BatchSize (int64 x) | |
CompressionType (StringPiece x) | |
FileBufferSize (int64 x) | |
FileParallelism (int64 x) | |
FileRandomSeed (int64 x) | |
FileShuffleShiftRatio (float x) |
Strukturen | |
---|---|
tensorflow :: ops :: RecordInput :: Attrs | Optionale Attributsetzer für RecordInput . |
Öffentliche Attribute
Operation
Operation operation
Aufzeichnungen
::tensorflow::Output records
Öffentliche Funktionen
RecordInput
RecordInput( const ::tensorflow::Scope & scope, StringPiece file_pattern )
RecordInput
RecordInput( const ::tensorflow::Scope & scope, StringPiece file_pattern, const RecordInput::Attrs & attrs )
Knoten
::tensorflow::Node * node() const
operator :: tensorflow :: Input
operator::tensorflow::Input() const
operator :: tensorflow :: Output
operator::tensorflow::Output() const
Öffentliche statische Funktionen
BatchSize
Attrs BatchSize( int64 x )
CompressionType
Attrs CompressionType( StringPiece x )
FileBufferSize
Attrs FileBufferSize( int64 x )
FileParallelism
Attrs FileParallelism( int64 x )
FileRandomSeed
Attrs FileRandomSeed( int64 x )
FileShuffleShiftRatio
Attrs FileShuffleShiftRatio( float x )