#include "core/RuntimeModule.h"
#include "luci_interpreter/core/reader/CircleMicroReader.h"
#include "Builders.h"
#include <memory>
#include <unordered_map>
#include "KernelsToBuild.lst"
Go to the source code of this file.
◆ REGISTER_KERNEL [1/4]
#define REGISTER_KERNEL |
( |
|
builtin_operator, |
|
|
|
name |
|
) |
| BuiltinOperator_##builtin_operator, |
◆ REGISTER_KERNEL [2/4]
#define REGISTER_KERNEL |
( |
|
builtin_operator, |
|
|
|
name |
|
) |
| |
Value: case circle::BuiltinOperator_##builtin_operator: \
return BuilderID::BuiltinOperator_##builtin_operator;
Definition at line 29 of file KernelBuilder.h.
◆ REGISTER_KERNEL [3/4]
#define REGISTER_KERNEL |
( |
|
builtin_operator, |
|
|
|
name |
|
) |
| |
Value: register_kernel_configure(BuilderID::BuiltinOperator_##builtin_operator, \
configure_kernel_Circle##name);
Definition at line 29 of file KernelBuilder.h.
◆ REGISTER_KERNEL [4/4]
#define REGISTER_KERNEL |
( |
|
builtin_operator, |
|
|
|
name |
|
) |
| |
Value: register_kernel_execute(BuilderID::BuiltinOperator_##builtin_operator, \
execute_kernel_Circle##name);
Definition at line 29 of file KernelBuilder.h.