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

#include <ExecutorFactory.h>

Collaboration diagram for onert::compiler::ExecutorFactoryArgs:

Data Fields

const util::TracingCtxtracing_ctx
 
const compiler::CompilerOptionsoptions
 
ir::ModelIndex model_index
 
std::shared_ptr< backend::custom::IKernelBuildercustom_kernel_builder
 

Detailed Description

Definition at line 38 of file ExecutorFactory.h.

Field Documentation

◆ custom_kernel_builder

std::shared_ptr<backend::custom::IKernelBuilder> onert::compiler::ExecutorFactoryArgs::custom_kernel_builder

Definition at line 43 of file ExecutorFactory.h.

◆ model_index

ir::ModelIndex onert::compiler::ExecutorFactoryArgs::model_index

Definition at line 42 of file ExecutorFactory.h.

◆ options

const compiler::CompilerOptions* onert::compiler::ExecutorFactoryArgs::options

Definition at line 41 of file ExecutorFactory.h.

◆ tracing_ctx

const util::TracingCtx* onert::compiler::ExecutorFactoryArgs::tracing_ctx

Definition at line 40 of file ExecutorFactory.h.


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