Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ROCm/AMDMIGraphX
/ finalize
Method
finalize
src/program.cpp:348–352 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
346
}
347
348
void program::finalize()
349
{
350
auto* mm = this->get_main_module();
351
mm->finalize(this->impl->contexts);
352
}
353
354
template <class T>
355
static std::string classify(T x)
Callers
2
compile
Method · 0.95
from_value
Method · 0.95
Calls
1
get_main_module
Method · 0.95
Tested by
no test coverage detected