Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
75
def
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
83
def
test_shape(shape):
Callers
15
test_output
Function · 0.70
main
Function · 0.50
main
Function · 0.50
main
Function · 0.50
main
Function · 0.50
main
Function · 0.50
main
Function · 0.50
main
Function · 0.50
main
Function · 0.50
main
Function · 0.50
main
Function · 0.50
main
Function · 0.50
Calls
2
get_parameter_shapes
Method · 0.45
run
Method · 0.45
Tested by
no test coverage detected