|
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 |
Public Member Functions inherited from onert::compiler::pass::OperandPass | |
| virtual | ~OperandPass ()=default |
| void | run () override final |
| Pass (ir::Graph &graph) | |
Public Member Functions inherited from onert::compiler::pass::Pass | |
| Pass (ir::Graph &graph) | |
| virtual | ~Pass ()=default |
Public Member Functions inherited from onert::compiler::pass::IPass | |
| virtual | ~IPass ()=default |
Protected Attributes | |
| compiler::ILoweredGraph & | _lowered_graph |
Protected Attributes inherited from onert::compiler::pass::Pass | |
| 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().