ONE - On-device Neural Engine
Loading...
Searching...
No Matches
GraphBuilderRegistry.cpp File Reference
#include "luci/Import/GraphBuilderRegistry.h"
#include "luci/Import/Nodes.h"
#include <memory>

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>())
 

Macro Definition Documentation

◆ CIRCLE_NODE [1/2]

#define CIRCLE_NODE (   CLASS)    add(std::make_unique<CLASS>())

◆ CIRCLE_NODE [2/2]

#define CIRCLE_NODE (   OPCODE,
  CLASS 
)    add(circle::BuiltinOperator_##OPCODE, std::make_unique<CLASS>());