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

Function SetModelFormat

core/lib/static_graph.cpp:80–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78}
79
80void SetModelFormat(StaticGraph* graph, int model_format)
81{
82 graph->model_format = model_format;
83}
84
85void SetModelSubFormat(StaticGraph* graph, int model_subformat)
86{

Callers 8

LoadModelFromMemMethod · 0.85
LoadModelFromMemMethod · 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