MCPcopy 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
696struct params : command<params>

Callers

nothing calls this directly

Calls 2

loadMethod · 0.45
saveMethod · 0.45

Tested by

no test coverage detected