テンソルフロー::出力
#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