tensoreflusso:: Produzione

#include <ops.h>

Rappresenta un valore tensore prodotto da un'Operazione .

Riepilogo

Costruttori e distruttori

Output ()
Output (Node *n)
Output (Node *n, int32 index)
Output (const Operation & op, int32 index)

Funzioni pubbliche

hash () const
uint64
index () const
int32
name () const
string
node () const
Node *
op () const
operator== (const Output & other) const
bool
type () const
DataType

Funzioni pubbliche

Produzione

 Output()=default

Produzione

 Output(
  Node *n
)

Produzione

 Output(
  Node *n,
  int32 index
)

Produzione

 Output(
  const Operation & op,
  int32 index
)

hash

uint64 hash() const 

indice

int32 index() const 

nome

string name() const 

nodo

Node * node() const 

operazione

Operation op() const 

operatore==

bool operator==(
  const Output & other
) const 

tipo

DataType type() const