เทนเซอร์โฟลว์:: เอาท์พุต
#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
ปฏิบัติการ
Operation op() const
ตัวดำเนินการ==
bool operator==( const Output & other ) const
พิมพ์
DataType type() const