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