dòng chảy căng:: đầu ra
#include <ops.h>
Biểu thị giá trị tensor được tạo bởi Operation .
Bản tóm tắt
Hàm tạo và hàm hủy | |
---|---|
Output () | |
Output (Node *n) | |
Output (Node *n, int32 index) | |
Output (const Operation & op, int32 index) |
Chức năng công cộng | |
---|---|
hash () const | uint64 |
index () const | int32 |
name () const | string |
node () const | Node * |
op () const | |
operator== (const Output & other) const | bool |
type () const | DataType |
Chức năng công cộng
đầu ra
Output()=default
đầu ra
Output( Node *n )
đầu ra
Output( Node *n, int32 index )
đầu ra
Output( const Operation & op, int32 index )
hàm băm
uint64 hash() const
chỉ số
int32 index() const
tên
string name() const
nút
Node * node() const
op
Operation op() const
toán tử==
bool operator==( const Output & other ) const
kiểu
DataType type() const