Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1199
const module* program::get_module(const std::string& name) const { return &impl->modules.at(name); }
1200
1201
module* program::create_module(const std::string& name)
1202
{
Callers
15
apply
Method · 0.80
apply
Method · 0.80
apply
Method · 0.80
create_pointwise_modules
Function · 0.80
merge_instruction
Function · 0.80
find_pointwise_modules
Function · 0.80
rewrite_broadcasts
Function · 0.80
pass_manager.cpp
File · 0.80
apply
Method · 0.80
apply
Method · 0.80
apply
Method · 0.80
apply
Method · 0.80
Calls
1
at
Method · 0.80
Tested by
no test coverage detected