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

Method get_modules

src/program.cpp:1248–1253  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1246}
1247
1248std::vector<const module*> program::get_modules() const
1249{
1250 auto result = generic_get_modules(this->get_main_module());
1251 generic_get_unused_modules(impl->modules, result, std::back_inserter(result));
1252 return result;
1253}
1254
1255std::vector<module*> program::get_modules()
1256{

Callers 12

compileMethod · 0.95
to_valueMethod · 0.95
print_pyMethod · 0.95
print_cppMethod · 0.95
TEST_CASEFunction · 0.80
TEST_CASEFunction · 0.80
TEST_CASEFunction · 0.80
check_compiled_programFunction · 0.80
make_netron_outputFunction · 0.80
program.cppFile · 0.80
print_miopen_warningFunction · 0.80
get_tolerancesFunction · 0.80

Calls 3

get_main_moduleMethod · 0.95
generic_get_modulesFunction · 0.85

Tested by 4

TEST_CASEFunction · 0.64
TEST_CASEFunction · 0.64
TEST_CASEFunction · 0.64
check_compiled_programFunction · 0.64