MCPcopy 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_cfunctionMethod · 0.95

Calls 2

input_mapMethod · 0.95
TemplateClass · 0.85

Tested by

no test coverage detected