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

Method cpp_param

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

Source from the content-addressed store, hash-verified

358 return self.substitute(write, prefix=prefix)
359
360 def cpp_param(self, prefix: Optional[str] = None) -> str:
361 return self.substitute('${cpptype} ${name}', prefix=prefix)
362
363 def cpp_arg(self, prefix: Optional[str] = None) -> str:
364 return self.substitute(self.cpp_read, prefix=prefix)

Callers 1

get_paramsMethod · 0.80

Calls 1

substituteMethod · 0.95

Tested by

no test coverage detected