#include <Operation.h>
Definition at line 28 of file Operation.h.
◆ Code
enum class ann::Operation::Code |
|
strong |
Definition at line 31 of file Operation.h.
32 {
33#define ANN_OPERATION(TAG, VALUE) TAG,
34#include "Operation.def"
35#undef ANN_OPERATION
36 };
◆ Operation()
ann::Operation::Operation |
( |
const Code & |
code, |
|
|
std::initializer_list< OperandID > |
inputs, |
|
|
std::initializer_list< OperandID > |
outputs |
|
) |
| |
|
inline |
Definition at line 39 of file Operation.h.
42 {
43
44 }
const std::vector< OperandID > & inputs(void) const
const Code & code(void) const
const std::vector< OperandID > & outputs(void) const
◆ code()
const Code & ann::Operation::code |
( |
void |
| ) |
const |
|
inline |
◆ inputs()
const std::vector< OperandID > & ann::Operation::inputs |
( |
void |
| ) |
const |
|
inline |
◆ outputs()
const std::vector< OperandID > & ann::Operation::outputs |
( |
void |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: