Google I/O'yu ayarladığınız için teşekkür ederiz. İsteğe bağlı olarak tüm oturumları görüntüleyin İsteğe bağlı olarak izleyin

tensorflow :: Çıktı

#include <ops.h>

Bir İşlem tarafından üretilen bir tensör değerini temsil eder.

Özet

Yapıcılar ve Yıkıcılar

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

Kamusal işlevler

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

Kamusal işlevler

Çıktı

 Output()=default

Çıktı

 Output(
  Node *n
)

Çıktı

 Output(
  Node *n,
  int32 index
)

Çıktı

 Output(
  const Operation & op,
  int32 index
)

karma

uint64 hash() const 

indeks

int32 index() const 

isim

string name() const 

düğüm

Node * node() const 

op

Operation op() const 

operatör ==

bool operator==(
  const Output & other
) const 

tip

DataType type() const