Google I/O'yu ayarladığınız için teşekkür ederiz. İsteğe bağlı olarak tüm oturumları görüntüleyin İsteğe bağlı olarak izleyin

tensorflow :: ops :: RecordInput

#include <data_flow_ops.h>

Rastgele kayıtları yayar.

Özet

Argümanlar:

  • kapsam: Bir Scope nesnesi
  • file_pattern: Veri dosyaları için küre modeli.

İ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: Randomizasyon karıştırma arabelleği.
  • file_parallelism: Kaç tane sstable açılır ve eşzamanlı olarak tekrarlanır.
  • batch_size: Toplu iş boyutu.
  • sıkıştırma_türü: Dosya için sıkıştırma türü. Şu anda ZLIB ve GZIP desteklenmektedir. Hiçbiri varsayılan.

İadeler:

  • Output : Bir şekil tensörü [batch_size].

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

Kamusal işlevler

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 :: Attrs

RecordInput için isteğe bağlı öznitelik belirleyiciler.

Genel özellikler

operasyon

Operation operation

kayıtları

::tensorflow::Output records

Kamusal işlevler

RecordInput

 RecordInput(
  const ::tensorflow::Scope & scope,
  StringPiece file_pattern
)

RecordInput

 RecordInput(
  const ::tensorflow::Scope & scope,
  StringPiece file_pattern,
  const RecordInput::Attrs & attrs
)

düğüm

::tensorflow::Node * node() const 

operator :: tensorflow :: Girdi

 operator::tensorflow::Input() const 

operator :: tensorflow :: Çıktı

 operator::tensorflow::Output() const 

Genel statik işlevler

Parti boyutu

Attrs BatchSize(
  int64 x
)

Sıkıştırma Türü

Attrs CompressionType(
  StringPiece x
)

FileBufferSize

Attrs FileBufferSize(
  int64 x
)

FileParallelism

Attrs FileParallelism(
  int64 x
)

FileRandomSeed

Attrs FileRandomSeed(
  int64 x
)

FileShuffleShiftRatio

Attrs FileShuffleShiftRatio(
  float x
)