MCPcopy Create free account
hub / github.com/Samsung/ONE / graph

Method graph

compiler/luci/lang/src/Module.cpp:32–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32loco::Graph *Module::graph(void) const
33{
34 auto &graph = _graphs.at(0);
35 return graph.get();
36}
37
38loco::Graph *Module::graph(size_t idx) const
39{

Callers 15

entryFunction · 0.45
isDeadNodeMethod · 0.45
TESTFunction · 0.45
ReadModuleFunction · 0.45
profileRawDataMethod · 0.45
importH5DataMethod · 0.45
profileDataMethod · 0.45
profileDataInParallelMethod · 0.45

Calls 2

atMethod · 0.45
getMethod · 0.45

Tested by 1

TESTFunction · 0.36