Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ROCm/AMDMIGraphX
/ run
Function
run
tools/api.py:1285–1286 ·
view source on GitHub ↗
(path: Union[Path, str])
Source
from the content-addressed store, hash-verified
1283
1284
1285
def
run(path: Union[Path, str]) -> str:
1286
return
template_eval(open(path).read())
1287
1288
1289
if
__name__ ==
"__main__"
:
Callers
1
api.py
File · 0.70
Calls
2
template_eval
Function · 0.70
read
Method · 0.45
Tested by
no test coverage detected