Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ROCm/AMDMIGraphX
/ template_var
Function
template_var
tools/api.py:406–407 ·
view source on GitHub ↗
(s: str)
Source
from the content-addressed store, hash-verified
404
405
406
def
template_var(s: str) -> str:
407
return
'${'
+ s +
'}'
408
409
410
def
to_template_vars(params: List[Union[Any, Parameter]]) -> str:
Callers
2
to_template_vars
Function · 0.85
method
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected