тензорный поток :: Выход
#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