ONE - On-device Neural Engine
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
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 30 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 37 of file CodeMap.h.

40 {
41 }
const ir::IOperation * op
Definition CodeMap.h:33
std::unique_ptr< exec::FunctionSequence > fn_seq
Definition CodeMap.h:35
ir::OperationIndex op_ind
Definition CodeMap.h:32
const backend::Backend * op_backend
Definition CodeMap.h:34

Field Documentation

◆ fn_seq

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

Definition at line 35 of file CodeMap.h.

◆ op

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

Definition at line 33 of file CodeMap.h.

◆ op_backend

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

Definition at line 34 of file CodeMap.h.

◆ op_ind

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

Definition at line 32 of file CodeMap.h.


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