flujo tensor:: Producción
#include <ops.h>
Representa un valor tensorial producido por una Operation .
Resumen
Constructores y destructores | |
---|---|
Output () | |
Output (Node *n) | |
Output (Node *n, int32 index) | |
Output (const Operation & op, int32 index) |
Funciones públicas | |
---|---|
hash () const | uint64 |
index () const | int32 |
name () const | string |
node () const | Node * |
op () const | |
operator== (const Output & other) const | bool |
type () const | DataType |
Funciones públicas
Producción
Output()=default
Producción
Output( Node *n )
Producción
Output( Node *n, int32 index )
Producción
Output( const Operation & op, int32 index )
picadillo
uint64 hash() const
índice
int32 index() const
nombre
string name() const
nodo
Node * node() const
op
Operation op() const
operador==
bool operator==( const Output & other ) const
tipo
DataType type() const