MCPcopy 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
184void AddGraphOutputNode(StaticGraph* graph, StaticNode* node)
185{
186 graph->output_node_list.push_back(node->index);
187}
188
189bool CheckGraphIntegraityByEdge(StaticGraph* graph)
190{

Callers 5

LoadGraphMethod · 0.85
LoadGraphMethod · 0.85
LoadCaffeAccuracyFunction · 0.85
LoadMxnetSoftmaxFunction · 0.85
LoadSoftmaxFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected