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

Function run

tools/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

nothing calls this directly

Calls 1

evalMethod · 0.45

Tested by

no test coverage detected