Tensorflow :: Ausgabe
#include <ops.h>
Stellt einen Tensorwert dar, der von einer Operation erzeugt wird .
Zusammenfassung
Konstruktoren und Destruktoren | |
---|---|
Output () | |
Output (Node *n) | |
Output (Node *n, int32 index) | |
Output (const Operation & op, int32 index) |
Öffentliche Funktionen | |
---|---|
hash () const | uint64 |
index () const | int32 |
name () const | string |
node () const | Node * |
op () const | |
operator== (const Output & other) const | bool |
type () const | DataType |
Öffentliche Funktionen
Ausgabe
Output()=default
Ausgabe
Output( Node *n )
Ausgabe
Output( Node *n, int32 index )
Ausgabe
Output( const Operation & op, int32 index )
Hash
uint64 hash() const
Index
int32 index() const
Name
string name() const
Knoten
Node * node() const
op
Operation op() const
operator ==
bool operator==( const Output & other ) const
Art
DataType type() const