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

Function run

test/py/test_array.py:75–80  ·  view source on GitHub ↗
(p)

Source from the content-addressed store, hash-verified

73
74
75def run(p):
76 params = {}
77 for key, value in p.get_parameter_shapes().items():
78 params[key] = migraphx.generate_argument(value)
79
80 return p.run(params)
81
82
83def test_shape(shape):

Callers 15

test_outputFunction · 0.70
mainFunction · 0.50
mainFunction · 0.50
mainFunction · 0.50
mainFunction · 0.50
mainFunction · 0.50
mainFunction · 0.50
mainFunction · 0.50
mainFunction · 0.50
mainFunction · 0.50
mainFunction · 0.50
mainFunction · 0.50

Calls 2

get_parameter_shapesMethod · 0.45
runMethod · 0.45

Tested by

no test coverage detected