Google I/O にご注目いただきありがとうございます。すべてのセッションをオンデマンドで表示オンデマンドで見る

tensorflow ::出力

#include <ops.h>

操作によって生成されたテンソル値を表します。

概要

コンストラクタとデストラクタ

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 

op

Operation op() const 

演算子==

bool operator==(
  const Output & other
) const 

タイプ

DataType type() const