Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ROCm/AMDMIGraphX
/ get_invoke
Method
get_invoke
tools/api.py:470–471 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
468
return
m
469
470
def
get_invoke(self) -> str:
471
return
Template(self.invoke).safe_substitute(self.input_map())
472
473
def
write_to_tmp_var(self) -> bool:
474
if
not self.returns:
Callers
1
create_cfunction
Method · 0.95
Calls
2
input_map
Method · 0.95
Template
Class · 0.85
Tested by
no test coverage detected