Tensorflow :: InputList
#include <ops.h>
Ein Typ zur Darstellung der Eingabe für Operationen, für die eine Liste von Tensoren erforderlich ist.
Zusammenfassung
Konstruktoren und Destruktoren | |
---|---|
InputList (const OutputList & out) Konvertieren Sie implizit eine Liste von Ausgaben in eine Liste von Eingaben. | |
InputList (const std::initializer_list< Input > & inputs) | |
InputList (const tensorflow::gtl::ArraySlice< Input > & inputs) | |
InputList (const std::initializer_list< Output > & out) |
Öffentliche Funktionen | |
---|---|
begin () | std::vector< Input >::iterator |
begin () const | std::vector< Input >::const_iterator |
end () | std::vector< Input >::iterator |
end () const | std::vector< Input >::const_iterator |
Öffentliche Funktionen
InputList
InputList( const OutputList & out )
Konvertieren Sie implizit eine Liste von Ausgaben in eine Liste von Eingaben.
Dies ist nützlich, um Code wie ops :: Concat (ops :: Split (x, 4)) zu schreiben.
InputList
InputList( const std::initializer_list< Input > & inputs )
InputList
InputList( const tensorflow::gtl::ArraySlice< Input > & inputs )
InputList
InputList( const std::initializer_list< Output > & out )
Start
std::vector< Input >::iterator begin()
Start
std::vector< Input >::const_iterator begin() const
Ende
std::vector< Input >::iterator end()
Ende
std::vector< Input >::const_iterator end() const