Elementwise Div lhs and rhs.
More...
#include <Nodes.h>
Elementwise Div lhs and rhs.
Definition at line 937 of file Nodes.h.
◆ EltwiseDiv()
loco::EltwiseDiv::EltwiseDiv |
( |
| ) |
|
|
default |
◆ lhs() [1/2]
void loco::EltwiseDiv::lhs |
( |
Node * |
node | ) |
|
|
inline |
Definition at line 944 of file Nodes.h.
944{ return at(0)->node(node); }
◆ lhs() [2/2]
Node * loco::EltwiseDiv::lhs |
( |
void |
| ) |
const |
|
inline |
Definition at line 943 of file Nodes.h.
943{ return at(0)->node(); }
◆ rhs() [1/2]
void loco::EltwiseDiv::rhs |
( |
Node * |
node | ) |
|
|
inline |
Definition at line 947 of file Nodes.h.
947{ return at(1)->node(node); }
◆ rhs() [2/2]
Node * loco::EltwiseDiv::rhs |
( |
void |
| ) |
const |
|
inline |
Definition at line 946 of file Nodes.h.
946{ return at(1)->node(); }
The documentation for this class was generated from the following file:
- compiler/loco/include/loco/IR/Nodes.h