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

Method params

src/driver/main.cpp:603–607  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

601 }
602
603 auto params(const program& p)
604 {
605 return parameters.generate(
606 p, ct.get_target(), co.offload_copy, l.batch, loader::parse_param_dims(l.param_dims));
607 }
608
609 auto host_params(const program& p)
610 {

Callers 15

runMethod · 0.80
runMethod · 0.80
runMethod · 0.80
runMethod · 0.80
optimalsFunction · 0.80
dynamic_dimensionFunction · 0.80
dynamic_dimensionsFunction · 0.80
shapeFunction · 0.80
argumentFunction · 0.80
migraphx.pyFile · 0.80
targetFunction · 0.80
program_parameter_shapesFunction · 0.80

Calls 2

get_targetMethod · 0.80
generateMethod · 0.45

Tested by

no test coverage detected