|
ONE - On-device Neural Engine
|
#include <ExecutorFactory.h>

Data Fields | |
| const util::TracingCtx * | tracing_ctx |
| const compiler::CompilerOptions * | options |
| ir::ModelIndex | model_index |
| std::shared_ptr< backend::custom::IKernelBuilder > | custom_kernel_builder |
| util::Set< ir::OperandIndex > | internal_io_indexes |
Definition at line 37 of file ExecutorFactory.h.
| std::shared_ptr<backend::custom::IKernelBuilder> onert::compiler::ExecutorFactoryArgs::custom_kernel_builder |
Definition at line 42 of file ExecutorFactory.h.
| util::Set<ir::OperandIndex> onert::compiler::ExecutorFactoryArgs::internal_io_indexes |
Definition at line 43 of file ExecutorFactory.h.
| ir::ModelIndex onert::compiler::ExecutorFactoryArgs::model_index |
Definition at line 41 of file ExecutorFactory.h.
| const compiler::CompilerOptions* onert::compiler::ExecutorFactoryArgs::options |
Definition at line 40 of file ExecutorFactory.h.
| const util::TracingCtx* onert::compiler::ExecutorFactoryArgs::tracing_ctx |
Definition at line 39 of file ExecutorFactory.h.