tensorflow :: ops :: FixedLengthRecordReader
#include <io_ops.h>
Bir dosyadan sabit uzunlukta kayıtlar çıkaran bir Okuyucu.
Özet
Argümanlar:
- kapsam: Bir Scope nesnesi
- record_bytes: Kayıttaki bayt sayısı.
İsteğe bağlı özellikler (bkz. Attrs
):
- header_bytes: Başlıktaki bayt sayısı, varsayılan olarak 0'dır.
- footer_bytes: Altbilgideki bayt sayısı, varsayılan olarak 0'dır.
- hop_bytes: Her okumadan önce atlanacak bayt sayısı. 0 varsayılanı, kayıt_baytlarının kullanılması anlamına gelir.
- kap: Boş değilse, bu okuyucu verilen kaba yerleştirilir. Aksi takdirde, varsayılan bir kap kullanılır.
- shared_name: Boş değilse, bu okuyucu verilen pakette bu shared_name ile adlandırılır. Aksi takdirde, bunun yerine düğüm adı kullanılır.
- kodlama: Dosya için kodlama türü. Şu anda ZLIB ve GZIP desteklenmektedir. Hiçbiri varsayılan.
İadeler:
-
Output
: Okuyucuya başvurmak için tutamaç.
Yapıcılar ve Yıkıcılar | |
---|---|
FixedLengthRecordReader (const :: tensorflow::Scope & scope, int64 record_bytes) | |
FixedLengthRecordReader (const :: tensorflow::Scope & scope, int64 record_bytes, const FixedLengthRecordReader::Attrs & attrs) |
Genel özellikler | |
---|---|
operation | |
reader_handle |
Kamusal işlevler | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
Genel statik işlevler | |
---|---|
Container (StringPiece x) | |
Encoding (StringPiece x) | |
FooterBytes (int64 x) | |
HeaderBytes (int64 x) | |
HopBytes (int64 x) | |
SharedName (StringPiece x) |
Yapılar | |
---|---|
tensorflow :: ops :: FixedLengthRecordReader :: Attrs | FixedLengthRecordReader için isteğe bağlı öznitelik ayarlayıcılar. |
Genel özellikler
operasyon
Operation operation
reader_handle
::tensorflow::Output reader_handle
Kamusal işlevler
FixedLengthRecordReader
FixedLengthRecordReader( const ::tensorflow::Scope & scope, int64 record_bytes )
FixedLengthRecordReader
FixedLengthRecordReader( const ::tensorflow::Scope & scope, int64 record_bytes, const FixedLengthRecordReader::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
Konteyner
Attrs Container( StringPiece x )
Kodlama
Attrs Encoding( StringPiece x )
FooterBytes
Attrs FooterBytes( int64 x )
HeaderBytes
Attrs HeaderBytes( int64 x )
HopBytes
Attrs HopBytes( int64 x )
SharedName
Attrs SharedName( StringPiece x )