Core Tensorflow API
Zusammenfassung
Typedefs | |
---|---|
OutputList | typedefstd::vector< Output > Ein Typ zur Darstellung der Ausgabe von Operationen, die mehr als eine Ausgabe erzeugen, oder eine Liste von Tensoren. |
Funktionen | |
---|---|
CreateOutputWithScope (string op_name, absl::Span< const :: tensorflow::Input > inputs, const Scope & scope, Output *output) | Status |
operator<< (std::ostream & os, const Status & x) | std::ostream & |
Klassen | |
---|---|
tensorflow :: ClientSession | Mit einem |
Tensorflow :: Eingabe | Stellt einen Tensorwert dar, der als Operand für eine Operation verwendet werden kann . |
tensorflow :: InputList | Ein Typ zur Darstellung der Eingabe für Operationen, für die eine Liste von Tensoren erforderlich ist. |
Tensorflow :: Betrieb | Stellt einen Knoten im Berechnungsdiagramm dar. |
Tensorflow :: Ausgabe | Stellt einen Tensorwert dar, der von einer Operation erzeugt wird . |
Tensorflow :: Scope | Ein |
Tensorflow :: Status | Bezeichnet den Erfolg oder Misserfolg eines Anrufs in Tensorflow. |
tensorflow :: TensorBuffer |
Typedefs
Ausgabeliste
std::vector< Output > OutputList
Ein Typ zur Darstellung der Ausgabe von Operationen, die mehr als eine Ausgabe erzeugen, oder eine Liste von Tensoren.
Funktionen
CreateOutputWithScope
Status CreateOutputWithScope( string op_name, absl::Span< const ::tensorflow::Input > inputs, const Scope & scope, Output *output )
Operator <<
std::ostream & operator<<( std::ostream & os, const Status & x )