ONE - On-device Neural Engine
|
#include <CodeMap.h>
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::IOperation * | op |
const backend::Backend * | op_backend |
std::unique_ptr< exec::FunctionSequence > | fn_seq |
|
inline |
std::unique_ptr<exec::FunctionSequence> onert::compiler::CodeAndInfo::fn_seq |
const ir::IOperation* onert::compiler::CodeAndInfo::op |
const backend::Backend* onert::compiler::CodeAndInfo::op_backend |
ir::OperationIndex onert::compiler::CodeAndInfo::op_ind |