ONE - On-device Neural Engine
|
Go to the source code of this file.
Namespaces | |
namespace | luci |
Macros | |
#define | CIRCLE_NODE(OPCODE, CLASS) add(circle::BuiltinOperator_##OPCODE, std::make_unique<CLASS>()); |
#define | CIRCLE_NODE(CLASS) add(std::make_unique<CLASS>()) |
#define CIRCLE_NODE | ( | CLASS | ) | add(std::make_unique<CLASS>()) |
#define CIRCLE_NODE | ( | OPCODE, | |
CLASS | |||
) | add(circle::BuiltinOperator_##OPCODE, std::make_unique<CLASS>()); |