flujo tensor:: Operación

#include <ops.h>

Representa un nodo en el gráfico de cálculo.

Resumen

Constructores y destructores

Operation ()
Operation (Node *n)

Funciones públicas

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 públicas

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_entradas

int32 num_inputs() const 

núm_salidas

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