ONE - On-device Neural Engine
Loading...
Searching...
No Matches
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 37 of file BackendContext.h.

Field Documentation

◆ custom_kernel_builder

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

Definition at line 46 of file BackendContext.h.

◆ external_operands

◆ graph

◆ is_linear_executor

bool onert::backend::ContextData::is_linear_executor

Definition at line 48 of file BackendContext.h.

◆ op_order


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