टेंसरफ़्लो :: उत्पादन
#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
नाम
0a9d25390नोड
Node * node() const
सेशन
Operation op() const
संचालक ==
bool operator==( const Output & other ) const
प्रकार
DataType type() const