fluxo tensor:: Saída

#include <ops.h>

Representa um valor de tensor produzido por um Operation .

Resumo

Construtores e Destruidores

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

Funções 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

Funções públicas

Saída

 Output()=default

Saída

 Output(
  Node *n
)

Saída

 Output(
  Node *n,
  int32 index
)

Saída

 Output(
  const Operation & op,
  int32 index
)

cerquilha

uint64 hash() const 

índice

int32 index() const 

nome

string name() const 

Node * node() const 

operação

Operation op() const 

operador==

bool operator==(
  const Output & other
) const 

tipo

DataType type() const