tensorflow :: ops :: TextLineReader
#include <io_ops.h>
Pembaca yang mengeluarkan baris file yang dibatasi oleh '
'.
Ringkasan
Argumen:
- scope: Objek Scope
Atribut opsional (lihat Attrs
):
- skip_header_lines: Jumlah baris untuk dilewati dari awal setiap file.
- wadah: Jika tidak kosong, pembaca ini ditempatkan di wadah yang diberikan. Jika tidak, penampung default digunakan.
- shared_name: Jika tidak kosong, pembaca ini diberi nama di bucket yang diberikan dengan shared_name ini. Jika tidak, nama node digunakan sebagai gantinya.
Pengembalian:
-
Output
: Pegangan untuk mereferensikan Pembaca.
Pembuat dan Penghancur | |
---|---|
TextLineReader (const :: tensorflow::Scope & scope) | |
TextLineReader (const :: tensorflow::Scope & scope, const TextLineReader::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) | |
SharedName (StringPiece x) | |
SkipHeaderLines (int64 x) |
Structs | |
---|---|
tensorflow :: ops :: TextLineReader :: Attrs | Penyetel atribut opsional untuk TextLineReader . |
Atribut publik
operasi
Operation operation
reader_handle
::tensorflow::Output reader_handle
Fungsi publik
TextLineReader
TextLineReader( const ::tensorflow::Scope & scope )
TextLineReader
TextLineReader( const ::tensorflow::Scope & scope, const TextLineReader::Attrs & attrs )
simpul
::tensorflow::Node * node() const
operator :: tensorflow :: Input
operator::tensorflow::Input() const
operator :: tensorflow :: Keluaran
operator::tensorflow::Output() const
Fungsi statis publik
Wadah
Attrs Container( StringPiece x )
SharedName
Attrs SharedName( StringPiece x )
SkipHeaderLines
Attrs SkipHeaderLines( int64 x )