ONE - On-device Neural Engine
|
Class to store context to build IR from onnx. More...
#include <GraphBuilderContext.h>
Public Member Functions | |
GraphBuilderContext (loco::Graph *g, SymbolTable *nodes, SymbolTable *input_names) | |
GraphBuilderContext (const GraphBuilderContext &)=delete | |
GraphBuilderContext (GraphBuilderContext &&)=delete | |
loco::Graph * | graph () |
SymbolTable * | nodes () |
SymbolTable * | input_names () |
Class to store context to build IR from onnx.
Definition at line 74 of file GraphBuilderContext.h.
|
inline |
Definition at line 77 of file GraphBuilderContext.h.
|
delete |
|
delete |
|
inline |
Definition at line 87 of file GraphBuilderContext.h.
Referenced by TopologicalSortHelper.TopologicalSortHelper::add_edge(), moco::onnx::Constant_V1::build(), moco::onnx::Constant_V9::build(), moco::onnx::Identity_V1::build(), and TopologicalSortHelper.TopologicalSortHelper::sort_util().
|
inline |
Definition at line 89 of file GraphBuilderContext.h.
Referenced by moco::onnx::Identity_V1::build().
|
inline |
Definition at line 88 of file GraphBuilderContext.h.
Referenced by moco::onnx::Constant_V1::build(), moco::onnx::Constant_V9::build(), and moco::onnx::Identity_V1::build().