MCPcopy Create free account
hub / github.com/ROCm/AMDMIGraphX / cpp_output

Method cpp_output

tools/api.py:383–384  ·  view source on GitHub ↗
(self, prefix: Optional[str] = None)

Source from the content-addressed store, hash-verified

381 ]
382
383 def cpp_output(self, prefix: Optional[str] = None) -> str:
384 return self.substitute(self.cpp_write, prefix=prefix)
385
386 def input(self, prefix: Optional[str] = None) -> str:
387 return '(' + self.substitute(self.read, prefix=prefix) + ')'

Callers 1

generate_methodMethod · 0.80

Calls 1

substituteMethod · 0.95

Tested by

no test coverage detected