ONE - On-device Neural Engine
|
#include <LoweredOperandPass.h>
Public Member Functions | |
LoweredOperandPass (compiler::ILoweredGraph &lowered_graph) | |
virtual | ~LoweredOperandPass ()=default |
std::string | id () override=0 |
void | callback (const ir::OperandIndex &i, ir::Operand &o) override=0 |
![]() | |
virtual | ~OperandPass ()=default |
void | run () override final |
Pass (ir::Graph &graph) | |
![]() | |
Pass (ir::Graph &graph) | |
virtual | ~Pass ()=default |
![]() | |
virtual | ~IPass ()=default |
Protected Attributes | |
compiler::ILoweredGraph & | _lowered_graph |
![]() | |
ir::Graph & | _graph |
Definition at line 26 of file LoweredOperandPass.h.
|
inline |
Definition at line 29 of file LoweredOperandPass.h.
|
virtualdefault |
|
overridepure virtual |
Implements onert::compiler::pass::OperandPass.
Implemented in onert::compiler::pass::PermutationInsertionPass.
|
overridepure virtual |
Implements onert::compiler::pass::OperandPass.
Implemented in onert::compiler::pass::PermutationInsertionPass.
|
protected |
Definition at line 41 of file LoweredOperandPass.h.
Referenced by onert::compiler::pass::PermutationInsertionPass::callback().