Tensorflow :: Operation
#include <ops.h>
Stellt einen Knoten im Berechnungsdiagramm dar.
Zusammenfassung
Konstruktoren und Destruktoren | |
---|---|
Operation () | |
Operation (Node *n) |
Öffentliche Funktionen | |
---|---|
hash (int32 index) const | uint64 |
input (int32 i) const | |
input_type (int32 o) const | DataType |
node () const | Node * |
num_inputs () const | int32 |
num_outputs () const | int32 |
operator== (const Operation & other) const | bool |
output (int32 i) const | |
output_type (int32 o) const | DataType |
Öffentliche Funktionen
Operation
Operation()
Operation
Operation( Node *n )
Hash
uint64 hash( int32 index ) const
Eingang
Output input( int32 i ) const
Eingabetyp
DataType input_type( int32 o ) const
Knoten
Node * node() const
num_inputs
int32 num_inputs() const
num_outputs
int32 num_outputs() const
operator ==
bool operator==( const Operation & other ) const
Ausgabe
Output output( int32 i ) const
Ausgabetyp
DataType output_type( int32 o ) const