tensorflow :: Operación
#include <ops.h>
Representa un nodo en el gráfico de cálculo.
Resumen
Constructores y Destructores | |
---|---|
Operation () | |
Operation (Node *n) |
Funciones publicas | |
---|---|
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 |
Funciones publicas
Operación
Operation()
Operación
Operation( Node *n )
picadillo
uint64 hash( int32 index ) const
aporte
Output input( int32 i ) const
tipo de entrada
DataType input_type( int32 o ) const
nodo
Node * node() const
num_inputs
int32 num_inputs() const
num_outputs
int32 num_outputs() const
operador ==
bool operator==( const Operation & other ) const
producción
Output output( int32 i ) const
Tipo de salida
DataType output_type( int32 o ) const