ONE - On-device Neural Engine
|
#include <PermutationInsertionPass.h>
Public Member Functions | |
std::string | id () override |
void | callback (const ir::OperandIndex &index, ir::Operand &object) override |
LoweredOperandPass (compiler::ILoweredGraph &lowered_graph) | |
Public Member Functions inherited from onert::compiler::pass::LoweredOperandPass | |
LoweredOperandPass (compiler::ILoweredGraph &lowered_graph) | |
virtual | ~LoweredOperandPass ()=default |
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 |
Additional Inherited Members | |
Protected Attributes inherited from onert::compiler::pass::LoweredOperandPass | |
compiler::ILoweredGraph & | _lowered_graph |
Protected Attributes inherited from onert::compiler::pass::Pass | |
ir::Graph & | _graph |
Definition at line 31 of file PermutationInsertionPass.h.
|
overridevirtual |
Implements onert::compiler::pass::LoweredOperandPass.
Definition at line 37 of file PermutationInsertionPass.cc.
References onert::compiler::pass::Pass::_graph, onert::compiler::pass::LoweredOperandPass::_lowered_graph, onert::util::ObjectManager< Index, Object >::at(), onert::compiler::ILoweredGraph::lower_info(), onert::compiler::GraphLowerInfo::operand, onert::ir::Graph::operands(), onert::compiler::GraphLowerInfo::operation, and onert::ir::Graph::operations().
|
inlineoverridevirtual |
Implements onert::compiler::pass::LoweredOperandPass.
Definition at line 37 of file PermutationInsertionPass.h.
|
inline |
Definition at line 33 of file LoweredOperandPass.h.