テンソルフロー::出力

#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