텐서플로우:: 산출

#include <ops.h>

Operation 에 의해 생성된 텐서 값을 나타냅니다.

요약

생성자와 소멸자

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

공공 기능

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

공공 기능

산출

 Output()=default

산출

 Output(
  Node *n
)

산출

 Output(
  Node *n,
  int32 index
)

산출

 Output(
  const Operation & op,
  int32 index
)

해시시

uint64 hash() const 

색인

int32 index() const 

이름

string name() const 

마디

Node * node() const 

작전

Operation op() const 

연산자==

bool operator==(
  const Output & other
) const 

유형

DataType type() const