ONE - On-device Neural Engine
Loading...
Searching...
No Matches
onert::compiler::pass::LoweredOperandPass Class Referenceabstract

#include <LoweredOperandPass.h>

Collaboration diagram for onert::compiler::pass::LoweredOperandPass:

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
 

Detailed Description

Definition at line 30 of file LoweredOperandPass.h.

Constructor & Destructor Documentation

◆ LoweredOperandPass()

onert::compiler::pass::LoweredOperandPass::LoweredOperandPass ( compiler::ILoweredGraph lowered_graph)
inline

Definition at line 33 of file LoweredOperandPass.h.

34 : OperandPass{lowered_graph.graph()}, _lowered_graph{lowered_graph}
35 {
36 // DO NOTHING
37 }

◆ ~LoweredOperandPass()

virtual onert::compiler::pass::LoweredOperandPass::~LoweredOperandPass ( )
virtualdefault

Member Function Documentation

◆ callback()

void onert::compiler::pass::LoweredOperandPass::callback ( const ir::OperandIndex i,
ir::Operand o 
)
overridepure virtual

◆ id()

std::string onert::compiler::pass::LoweredOperandPass::id ( )
overridepure virtual

Field Documentation

◆ _lowered_graph

compiler::ILoweredGraph& onert::compiler::pass::LoweredOperandPass::_lowered_graph
protected

The documentation for this class was generated from the following file: