ONE - On-device Neural Engine
Loading...
Searching...
No Matches
moco::onnx::GraphBuilderContext Class Reference

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::Graphgraph ()
 
SymbolTablenodes ()
 
SymbolTableinput_names ()
 

Detailed Description

Class to store context to build IR from onnx.

Definition at line 74 of file GraphBuilderContext.h.

Constructor & Destructor Documentation

◆ GraphBuilderContext() [1/3]

moco::onnx::GraphBuilderContext::GraphBuilderContext ( loco::Graph g,
SymbolTable nodes,
SymbolTable input_names 
)
inline

Definition at line 77 of file GraphBuilderContext.h.

78 : _g(g), _nodes(nodes), _input_names(input_names)
79 {
80 // DO NOTHING
81 }

◆ GraphBuilderContext() [2/3]

moco::onnx::GraphBuilderContext::GraphBuilderContext ( const GraphBuilderContext )
delete

◆ GraphBuilderContext() [3/3]

moco::onnx::GraphBuilderContext::GraphBuilderContext ( GraphBuilderContext &&  )
delete

Member Function Documentation

◆ graph()

◆ input_names()

SymbolTable * moco::onnx::GraphBuilderContext::input_names ( )
inline

Definition at line 89 of file GraphBuilderContext.h.

89{ return _input_names; }

Referenced by moco::onnx::Identity_V1::build().

◆ nodes()

SymbolTable * moco::onnx::GraphBuilderContext::nodes ( )
inline

The documentation for this class was generated from the following file: