Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OAID/Tengine
/ AddGraphOutputNode
Function
AddGraphOutputNode
core/lib/static_graph.cpp:184–187 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
182
}
183
184
void AddGraphOutputNode(StaticGraph* graph, StaticNode* node)
185
{
186
graph->output_node_list.push_back(node->index);
187
}
188
189
bool CheckGraphIntegraityByEdge(StaticGraph* graph)
190
{
Callers
5
LoadGraph
Method · 0.85
LoadGraph
Method · 0.85
LoadCaffeAccuracy
Function · 0.85
LoadMxnetSoftmax
Function · 0.85
LoadSoftmax
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected