aliran tensor:: operasi:: Pembaca Catatan Panjang Tetap
#include <io_ops.h>
Pembaca yang mengeluarkan catatan dengan panjang tetap dari sebuah file.
Ringkasan
Argumen:
- ruang lingkup: Objek Lingkup
- record_bytes: Jumlah byte dalam catatan.
Atribut opsional (lihat Attrs
):
- header_bytes: Jumlah byte di header, defaultnya adalah 0.
- footer_bytes: Jumlah byte di footer, defaultnya adalah 0.
- hop_bytes: Jumlah byte yang harus dilompati sebelum setiap pembacaan. Default 0 berarti menggunakan record_bytes.
- wadah: Jika tidak kosong, pembaca ini ditempatkan di wadah yang diberikan. Jika tidak, wadah default akan digunakan.
- shared_name: Jika tidak kosong, pembaca ini diberi nama dalam keranjang yang diberikan dengan shared_name ini. Jika tidak, nama node akan digunakan sebagai gantinya.
- pengkodean: Jenis pengkodean untuk file. Saat ini ZLIB dan GZIP didukung. Defaultnya tidak ada.
Pengembalian:
-
Output
: Pegangan untuk mereferensikan Pembaca.
Konstruktor dan Destruktor | |
---|---|
FixedLengthRecordReader (const :: tensorflow::Scope & scope, int64 record_bytes) | |
FixedLengthRecordReader (const :: tensorflow::Scope & scope, int64 record_bytes, const FixedLengthRecordReader::Attrs & attrs) |
Atribut publik | |
---|---|
operation | |
reader_handle |
Fungsi publik | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
Fungsi statis publik | |
---|---|
Container (StringPiece x) | |
Encoding (StringPiece x) | |
FooterBytes (int64 x) | |
HeaderBytes (int64 x) | |
HopBytes (int64 x) | |
SharedName (StringPiece x) |
Struktur | |
---|---|
tensorflow:: ops:: FixedLengthRecordReader:: Attrs | Penyetel atribut opsional untuk FixedLengthRecordReader . |
Atribut publik
operasi
Operation operation
pegangan_pembaca
::tensorflow::Output reader_handle
Fungsi publik
Pembaca Catatan Panjang Tetap
FixedLengthRecordReader( const ::tensorflow::Scope & scope, int64 record_bytes )
Pembaca Catatan Panjang Tetap
FixedLengthRecordReader( const ::tensorflow::Scope & scope, int64 record_bytes, const FixedLengthRecordReader::Attrs & attrs )
simpul
::tensorflow::Node * node() const
operator::tensorflow::Masukan
operator::tensorflow::Input() const
operator::tensorflow::Keluaran
operator::tensorflow::Output() const
Fungsi statis publik
Wadah
Attrs Container( StringPiece x )
Pengkodean
Attrs Encoding( StringPiece x )
FooterBytes
Attrs FooterBytes( int64 x )
HeaderBytes
Attrs HeaderBytes( int64 x )
HopBytes
Attrs HopBytes( int64 x )
Nama Bersama
Attrs SharedName( StringPiece x )