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

Method GetLayout

core/include/graph.hpp:182–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

180 layout_ = layout;
181 }
182 int GetLayout(void)
183 {
184 return layout_;
185 }
186 void Lock(void)
187 {
188 graph_lock_.lock();

Callers 5

SetExecParamMethod · 0.80
create_graph_tensorFunction · 0.80
SaveTmSubgraphMethod · 0.80
mainFunction · 0.80
GetOptimizedGraphMethod · 0.80

Calls

no outgoing calls

Tested by 1

mainFunction · 0.64