tensor akışı:: işlem:: Kayıt Girişi
#include <data_flow_ops.h>
Rastgele kayıtlar yayar.
Özet
Argümanlar:
- kapsam: Bir Kapsam nesnesi
- file_pattern: Veri dosyaları için küre deseni.
İsteğe bağlı özellikler (bkz. Attrs
):
- file_random_seed: Rastgele kayıtlar üretmek için kullanılan rastgele tohumlar.
- file_shuffle_shift_ratio: Liste rastgele karıştırıldıktan sonra dosya listesini kaydırır.
- file_buffer_size: Rastgele karıştırma arabelleği.
- file_parallelism: Kaç tane sstable'ın açıldığı ve aynı anda yinelendiği.
- Batch_size: Toplu iş boyutu.
- sıkıştırma_tipi: Dosyanın sıkıştırma türü. Şu anda ZLIB ve GZIP desteklenmektedir. Varsayılan olarak hiçbiri yoktur.
İade:
-
Output
: [batch_size] şeklinde bir tensör.
Yapıcılar ve Yıkıcılar | |
---|---|
RecordInput (const :: tensorflow::Scope & scope, StringPiece file_pattern) | |
RecordInput (const :: tensorflow::Scope & scope, StringPiece file_pattern, const RecordInput::Attrs & attrs) |
Genel özellikler | |
---|---|
operation | |
records |
Kamu işlevleri | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
Genel statik işlevler | |
---|---|
BatchSize (int64 x) | |
CompressionType (StringPiece x) | |
FileBufferSize (int64 x) | |
FileParallelism (int64 x) | |
FileRandomSeed (int64 x) | |
FileShuffleShiftRatio (float x) |
Yapılar | |
---|---|
tensorflow:: ops:: RecordInput:: Öznitelikler | RecordInput için isteğe bağlı öznitelik ayarlayıcılar. |
Genel özellikler
operasyon
Operation operation
kayıtlar
::tensorflow::Output records
Kamu işlevleri
Kayıt Girişi
RecordInput( const ::tensorflow::Scope & scope, StringPiece file_pattern )
Kayıt Girişi
RecordInput( const ::tensorflow::Scope & scope, StringPiece file_pattern, const RecordInput::Attrs & attrs )
düğüm
::tensorflow::Node * node() const
operatör::tensorflow::Giriş
operator::tensorflow::Input() const
operatör::tensorflow::Çıktı
operator::tensorflow::Output() const
Genel statik işlevler
Toplu Boyut
Attrs BatchSize( int64 x )
Sıkıştırma Türü
Attrs CompressionType( StringPiece x )
Dosya Arabellek Boyutu
Attrs FileBufferSize( int64 x )
DosyaParalelliği
Attrs FileParallelism( int64 x )
DosyaRastgeleTohum
Attrs FileRandomSeed( int64 x )
FileShuffleShiftRatio
Attrs FileShuffleShiftRatio( float x )