Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ROCm/AMDMIGraphX
/ run
Method
run
src/driver/main.cpp:689–693 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
687
void parse(argument_parser& ap) { l.parse(ap); }
688
689
void run()
690
{
691
auto p = l.load();
692
l.save(p);
693
}
694
};
695
696
struct params : command<params>
Callers
nothing calls this directly
Calls
2
load
Method · 0.45
save
Method · 0.45
Tested by
no test coverage detected