#include <KernelGenerator.h>
Definition at line 33 of file KernelGenerator.h.
◆ KernelGenerator()
Definition at line 29 of file KernelGenerator.cc.
32 : basic::KernelGeneratorBase{
graph}, _dyn_tensor_manager{dyn_tensor_manager},
33 _tensor_reg{tensor_reg}, _tensor_registries{}, _executors{nullptr}, _model_index{},
34 _external_context{external_context}
35{
36
37}
◆ generate()
◆ setCustomKernelBuilder()
| void onert::backend::builtin::KernelGenerator::setCustomKernelBuilder |
( |
const std::shared_ptr< custom::IKernelBuilder > & |
custom_kernel_builder | ) |
|
|
inline |
Definition at line 52 of file KernelGenerator.h.
53 {
54 _custom_kernel_builder = custom_kernel_builder;
55 }
◆ setExecutors()
| void onert::backend::builtin::KernelGenerator::setExecutors |
( |
const std::shared_ptr< exec::IExecutors > & |
executors | ) |
|
|
inline |
◆ setModelIndex()
| void onert::backend::builtin::KernelGenerator::setModelIndex |
( |
const ir::ModelIndex & |
index | ) |
|
|
inline |
Definition at line 50 of file KernelGenerator.h.
50{ _model_index =
index; }
loco::GraphInputIndex index(const TFPlaceholder *node)
◆ setTensorRegistries()
Definition at line 40 of file KernelGenerator.h.
41 {
42 _tensor_registries = tensor_registries;
43 }
The documentation for this class was generated from the following files: