Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OAID/Tengine
/ GetGraph
Method
GetGraph
core/include/graph_executor.hpp:66–69 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
64
bool AttachGraph(void* context, Graph* graph_);
65
66
Graph* GetGraph(void)
67
{
68
return graph_;
69
}
70
Graph* GetOptimizedGraph(void);
71
72
const std::string& GetGraphName(void)
Callers
9
do_merge_graph
Function · 0.45
create_graph
Function · 0.45
set_graph_layout
Function · 0.45
set_graph_input_node
Function · 0.45
set_graph_output_node
Function · 0.45
destroy_graph
Function · 0.45
create_graph_node
Function · 0.45
create_graph_tensor
Function · 0.45
set_graph_device
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected