MCPcopy Create free account
hub / github.com/ROCm/AMDMIGraphX / get_module_tree

Method get_module_tree

src/program.cpp:1272–1277  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1270}
1271
1272std::unordered_multimap<module_ref, module_ref> program::get_module_tree()
1273{
1274 std::unordered_multimap<module_ref, module_ref> result;
1275 generic_insert_module_tree(this->get_main_module(), result);
1276 return result;
1277}
1278
1279template <class Map, class T>
1280MIGRAPHX_DEBUG_USED static bool

Callers 1

run_passesFunction · 0.80

Calls 2

get_main_moduleMethod · 0.95

Tested by

no test coverage detected