ONE - On-device Neural Engine
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
onert::backend::ContextData Struct Reference

#include <BackendContext.h>

Collaboration diagram for onert::backend::ContextData:

Data Fields

std::unique_ptr< ir::Graphgraph
 
std::vector< onert::ir::OperationIndexop_order
 
util::Set< ir::OperandIndexexternal_operands
 
std::shared_ptr< custom::IKernelBuildercustom_kernel_builder
 
bool is_linear_executor
 

Detailed Description

Definition at line 35 of file BackendContext.h.

Field Documentation

◆ custom_kernel_builder

std::shared_ptr<custom::IKernelBuilder> onert::backend::ContextData::custom_kernel_builder

Definition at line 44 of file BackendContext.h.

◆ external_operands

◆ graph

◆ is_linear_executor

bool onert::backend::ContextData::is_linear_executor

Definition at line 46 of file BackendContext.h.

◆ op_order


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