Tensorflow :: ops :: LMDBReader
#include <io_ops.h>
Ein Reader, der die Datensätze aus einer LMDB-Datei ausgibt.
Zusammenfassung
Argumente:
- scope: Ein Scope- Objekt
Optionale Attribute (siehe Attrs
):
- container: Wenn nicht leer, wird dieser Reader in den angegebenen Container gestellt. Andernfalls wird ein Standardcontainer verwendet.
- shared_name: Wenn dieser Leser nicht leer ist, wird er im angegebenen Bucket mit diesem shared_name benannt. Andernfalls wird stattdessen der Knotenname verwendet.
Kehrt zurück:
-
Output
: Das Handle zum Verweisen auf den Reader.
Konstruktoren und Destruktoren | |
---|---|
LMDBReader (const :: tensorflow::Scope & scope) | |
LMDBReader (const :: tensorflow::Scope & scope, const LMDBReader::Attrs & attrs) |
Öffentliche Attribute | |
---|---|
operation | |
reader_handle |
Öffentliche Funktionen | |
---|---|
node () const | ::tensorflow::Node * |
operator::tensorflow::Input () const | |
operator::tensorflow::Output () const |
Öffentliche statische Funktionen | |
---|---|
Container (StringPiece x) | |
SharedName (StringPiece x) |
Strukturen | |
---|---|
tensorflow :: ops :: LMDBReader :: Attrs | Optionale Attributsetzer für LMDBReader . |
Öffentliche Attribute
Operation
Operation operation
reader_handle
::tensorflow::Output reader_handle
Öffentliche Funktionen
LMDBReader
LMDBReader( const ::tensorflow::Scope & scope )
LMDBReader
LMDBReader( const ::tensorflow::Scope & scope, const LMDBReader::Attrs & attrs )
Knoten
::tensorflow::Node * node() const
operator :: tensorflow :: Input
operator::tensorflow::Input() const
operator :: tensorflow :: Output
operator::tensorflow::Output() const
Öffentliche statische Funktionen
Container
Attrs Container( StringPiece x )
SharedName
Attrs SharedName( StringPiece x )