ONE - On-device Neural Engine
|
Class to return graph builder for passed onnx Operator. More...
#include <GraphBuilderRegistry.h>
Public Member Functions | |
const GraphBuilder * | lookup (const std::string &op) const |
Returns registered GraphBuilder pointer for operator or nullptr if not registered. | |
void | add (const std::string op, std::unique_ptr< GraphBuilder > &&builder) |
Static Public Member Functions | |
static GraphBuilderRegistry & | get () |
Class to return graph builder for passed onnx Operator.
Definition at line 32 of file GraphBuilderRegistry.h.
|
inline |
Definition at line 54 of file GraphBuilderRegistry.h.
|
inlinestatic |
Definition at line 47 of file GraphBuilderRegistry.h.
|
inline |
Returns registered GraphBuilder pointer for operator or nullptr if not registered.
Definition at line 39 of file GraphBuilderRegistry.h.