aliran tensor:: Operasi
#include <ops.h>
Mewakili sebuah node dalam grafik komputasi.
Ringkasan
Konstruktor dan Destruktor | |
---|---|
Operation () | |
Operation (Node *n) |
Fungsi publik | |
---|---|
hash (int32 index) const | uint64 |
input (int32 i) const | |
input_type (int32 o) const | DataType |
node () const | Node * |
num_inputs () const | int32 |
num_outputs () const | int32 |
operator== (const Operation & other) const | bool |
output (int32 i) const | |
output_type (int32 o) const | DataType |
Fungsi publik
Operasi
Operation()
Operasi
Operation( Node *n )
hash
uint64 hash( int32 index ) const
masukan
Output input( int32 i ) const
tipe_masukan
DataType input_type( int32 o ) const
simpul
Node * node() const
jumlah_input
int32 num_inputs() const
jumlah_output
int32 num_outputs() const
operator==
bool operator==( const Operation & other ) const
keluaran
Output output( int32 i ) const
tipe_output
DataType output_type( int32 o ) const