Elementwise Sub lhs and rhs.
More...
#include <Nodes.h>
Elementwise Sub lhs and rhs.
Definition at line 921 of file Nodes.h.
◆ EltwiseSub()
loco::EltwiseSub::EltwiseSub |
( |
| ) |
|
|
default |
◆ lhs() [1/2]
void loco::EltwiseSub::lhs |
( |
Node * |
node | ) |
|
|
inline |
Definition at line 928 of file Nodes.h.
928{ return at(0)->node(node); }
◆ lhs() [2/2]
Node * loco::EltwiseSub::lhs |
( |
void |
| ) |
const |
|
inline |
Definition at line 927 of file Nodes.h.
927{ return at(0)->node(); }
◆ rhs() [1/2]
void loco::EltwiseSub::rhs |
( |
Node * |
node | ) |
|
|
inline |
Definition at line 931 of file Nodes.h.
931{ return at(1)->node(node); }
◆ rhs() [2/2]
Node * loco::EltwiseSub::rhs |
( |
void |
| ) |
const |
|
inline |
Definition at line 930 of file Nodes.h.
930{ return at(1)->node(); }
The documentation for this class was generated from the following file:
- compiler/loco/include/loco/IR/Nodes.h