Elementwise Mul lhs and rhs.
More...
#include <Nodes.h>
Elementwise Mul lhs and rhs.
Definition at line 905 of file Nodes.h.
◆ EltwiseMul()
loco::EltwiseMul::EltwiseMul |
( |
| ) |
|
|
default |
◆ lhs() [1/2]
void loco::EltwiseMul::lhs |
( |
Node * |
node | ) |
|
|
inline |
Definition at line 912 of file Nodes.h.
912{ return at(0)->node(node); }
◆ lhs() [2/2]
Node * loco::EltwiseMul::lhs |
( |
void |
| ) |
const |
|
inline |
Definition at line 911 of file Nodes.h.
911{ return at(0)->node(); }
◆ rhs() [1/2]
void loco::EltwiseMul::rhs |
( |
Node * |
node | ) |
|
|
inline |
Definition at line 915 of file Nodes.h.
915{ return at(1)->node(node); }
◆ rhs() [2/2]
Node * loco::EltwiseMul::rhs |
( |
void |
| ) |
const |
|
inline |
Definition at line 914 of file Nodes.h.
914{ return at(1)->node(); }
The documentation for this class was generated from the following file:
- compiler/loco/include/loco/IR/Nodes.h