tensorflow :: Producción

#include <ops.h>

Representa un valor tensorial producido por una operación .

Resumen

Constructores y Destructores

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

Funciones publicas

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

Funciones publicas

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