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

Method get_module

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

Source from the content-addressed store, hash-verified

1197}
1198
1199const module* program::get_module(const std::string& name) const { return &impl->modules.at(name); }
1200
1201module* program::create_module(const std::string& name)
1202{

Callers 15

applyMethod · 0.80
applyMethod · 0.80
applyMethod · 0.80
create_pointwise_modulesFunction · 0.80
merge_instructionFunction · 0.80
find_pointwise_modulesFunction · 0.80
rewrite_broadcastsFunction · 0.80
pass_manager.cppFile · 0.80
applyMethod · 0.80
applyMethod · 0.80
applyMethod · 0.80
applyMethod · 0.80

Calls 1

atMethod · 0.80

Tested by

no test coverage detected