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

Data Fields | |
| std::unique_ptr< ir::Graph > | graph |
| std::vector< onert::ir::OperationIndex > | op_order |
| util::Set< ir::OperandIndex > | external_operands |
| bool | is_linear_executor |
Definition at line 35 of file BackendContext.h.
| util::Set<ir::OperandIndex> onert::backend::ContextData::external_operands |
Definition at line 42 of file BackendContext.h.
Referenced by onert::backend::BackendContext::external_operands(), onert::backend::cl_common::BackendContext< T_TensorBuilder, T_ConstantInitializer, T_KernelGenerator >::initConsts(), and onert::backend::cl_common::BackendContext< T_TensorBuilder, T_ConstantInitializer, T_KernelGenerator >::planTensors().
| std::unique_ptr<ir::Graph> onert::backend::ContextData::graph |
Definition at line 38 of file BackendContext.h.
Referenced by TopologicalSortHelper.TopologicalSortHelper::add_edge(), onert::backend::cl_common::BackendContext< T_TensorBuilder, T_ConstantInitializer, T_KernelGenerator >::genKernels(), onert::backend::cpu::BackendContext::genKernels(), onert::backend::ggml::BackendContext::genKernels(), onert::backend::ruy::BackendContext::genKernels(), onert::backend::trix::BackendContext::genKernels(), onert::backend::BackendContext::graph(), onert::backend::cl_common::BackendContext< T_TensorBuilder, T_ConstantInitializer, T_KernelGenerator >::initConsts(), onert::backend::cl_common::BackendContext< T_TensorBuilder, T_ConstantInitializer, T_KernelGenerator >::planTensors(), and TopologicalSortHelper.TopologicalSortHelper::sort_util().
| bool onert::backend::ContextData::is_linear_executor |
Definition at line 44 of file BackendContext.h.
| std::vector<onert::ir::OperationIndex> onert::backend::ContextData::op_order |
Definition at line 40 of file BackendContext.h.
Referenced by onert::backend::cl_common::BackendContext< T_TensorBuilder, T_ConstantInitializer, T_KernelGenerator >::genKernels(), onert::backend::cpu::BackendContext::genKernels(), onert::backend::ggml::BackendContext::genKernels(), onert::backend::ruy::BackendContext::genKernels(), onert::backend::trix::BackendContext::genKernels(), onert::backend::builtin::BackendContext::genKernels(), and onert::backend::cl_common::BackendContext< T_TensorBuilder, T_ConstantInitializer, T_KernelGenerator >::planTensors().