tensorflow :: Operacja
#include <ops.h>
Reprezentuje węzeł na wykresie obliczeniowym.
streszczenie
Konstruktorzy i niszczyciele | |
---|---|
Operation () | |
Operation (Node *n) |
Funkcje publiczne | |
---|---|
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 |
Funkcje publiczne
Operacja
Operation()
Operacja
Operation( Node *n )
haszysz
uint64 hash( int32 index ) const
Wejście
Output input( int32 i ) const
input_type
DataType input_type( int32 o ) const
węzeł
Node * node() const
num_inputs
int32 num_inputs() const
num_outputs
int32 num_outputs() const
operator ==
bool operator==( const Operation & other ) const
wynik
Output output( int32 i ) const
Typ wyjścia
DataType output_type( int32 o ) const