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

Method run

src/driver/main.cpp:701–706  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

699 void parse(argument_parser& ap) { l.parse(ap); }
700
701 void run()
702 {
703 auto p = l.load();
704 for(auto&& param : p.get_parameter_shapes())
705 std::cout << param.first << ": " << param.second << std::endl;
706 }
707};
708
709struct verify : command<verify>

Callers

nothing calls this directly

Calls 2

loadMethod · 0.45
get_parameter_shapesMethod · 0.45

Tested by

no test coverage detected