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

Function SetModelLayout

core/lib/static_graph.cpp:75–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75void SetModelLayout(StaticGraph* graph, int layout)
76{
77 graph->model_layout = layout;
78}
79
80void SetModelFormat(StaticGraph* graph, int model_format)
81{

Callers 8

LoadGraphMethod · 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