MCPcopy Create free account
hub / github.com/OAID/Tengine / SetGraphIdentity

Function SetGraphIdentity

core/lib/static_graph.cpp:95–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93}
94
95void SetGraphIdentity(StaticGraph* graph, const std::string& domain, const std::string& name,
96 const std::string& version)
97{
98 graph->domain = domain;
99 graph->name = name;
100 graph->version = version;
101}
102
103void SetGraphSource(StaticGraph* graph, const std::string& source)
104{

Callers 5

LoadModelFromMemMethod · 0.85
LoadModelFromMemMethod · 0.85
LoadGraphMethod · 0.85
LoadGraphMethod · 0.85
LoadGraphMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected