Elementwise Add lhs and rhs.
More...
#include <Nodes.h>
Elementwise Add lhs and rhs.
Definition at line 871 of file Nodes.h.
◆ EltwiseAdd()
loco::EltwiseAdd::EltwiseAdd |
( |
| ) |
|
|
default |
◆ lhs() [1/2]
void loco::EltwiseAdd::lhs |
( |
Node * |
node | ) |
|
|
inline |
Definition at line 878 of file Nodes.h.
878{ return at(0)->node(node); }
◆ lhs() [2/2]
Node * loco::EltwiseAdd::lhs |
( |
void |
| ) |
const |
|
inline |
Definition at line 877 of file Nodes.h.
877{ return at(0)->node(); }
◆ rhs() [1/2]
void loco::EltwiseAdd::rhs |
( |
Node * |
node | ) |
|
|
inline |
Definition at line 881 of file Nodes.h.
881{ return at(1)->node(node); }
◆ rhs() [2/2]
Node * loco::EltwiseAdd::rhs |
( |
void |
| ) |
const |
|
inline |
Definition at line 880 of file Nodes.h.
880{ return at(1)->node(); }
The documentation for this class was generated from the following file:
- compiler/loco/include/loco/IR/Nodes.h