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

Function run

src/api/api.cpp:329–329  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

327}
328
329static std::vector<argument> run(program& p, const parameter_map& params) { return p.eval(params); }
330
331static std::vector<shape> get_output_shapes(program& p) { return p.get_output_shapes(); }
332

Callers 8

migraphx_program_runFunction · 0.70
tuneMethod · 0.50
tuneMethod · 0.50
run_loopFunction · 0.50
computeMethod · 0.50
computeMethod · 0.50
computeMethod · 0.50
computeMethod · 0.50

Calls 1

evalMethod · 0.45

Tested by

no test coverage detected