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

Function SetGraphSourceFormat

core/lib/static_graph.cpp:108–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106}
107
108void SetGraphSourceFormat(StaticGraph* graph, const std::string& format)
109{
110 graph->source_format = format;
111}
112
113void SetGraphConstTensorFile(StaticGraph* graph, const std::string& fname)
114{

Callers 7

LoadModelMethod · 0.85
LoadModelMethod · 0.85
LoadModelMethod · 0.85
LoadModelMethod · 0.85
LoadModelMethod · 0.85
LoadModelMethod · 0.85
LoadModelMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected