ONE - On-device Neural Engine
Loading...
Searching...
No Matches
onert::compiler::CodeAndInfo Struct Reference

#include <CodeMap.h>

Collaboration diagram for onert::compiler::CodeAndInfo:

Public Member Functions

 CodeAndInfo (const ir::OperationIndex op_ind, const ir::IOperation *op, const backend::Backend *op_backend, std::unique_ptr< exec::FunctionSequence > &&fn_seq)
 

Data Fields

ir::OperationIndex op_ind
 
const ir::IOperationop
 
const backend::Backendop_backend
 
std::unique_ptr< exec::FunctionSequencefn_seq
 

Detailed Description

Definition at line 32 of file CodeMap.h.

Constructor & Destructor Documentation

◆ CodeAndInfo()

onert::compiler::CodeAndInfo::CodeAndInfo ( const ir::OperationIndex  op_ind,
const ir::IOperation op,
const backend::Backend op_backend,
std::unique_ptr< exec::FunctionSequence > &&  fn_seq 
)
inline

Definition at line 39 of file CodeMap.h.

42 {
43 }
const ir::IOperation * op
Definition CodeMap.h:35
std::unique_ptr< exec::FunctionSequence > fn_seq
Definition CodeMap.h:37
ir::OperationIndex op_ind
Definition CodeMap.h:34
const backend::Backend * op_backend
Definition CodeMap.h:36

Field Documentation

◆ fn_seq

std::unique_ptr<exec::FunctionSequence> onert::compiler::CodeAndInfo::fn_seq

Definition at line 37 of file CodeMap.h.

◆ op

const ir::IOperation* onert::compiler::CodeAndInfo::op

Definition at line 35 of file CodeMap.h.

◆ op_backend

const backend::Backend* onert::compiler::CodeAndInfo::op_backend

Definition at line 36 of file CodeMap.h.

◆ op_ind

ir::OperationIndex onert::compiler::CodeAndInfo::op_ind

Definition at line 34 of file CodeMap.h.


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