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

Method get_cfunction

tools/api.py:479–483  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

477 '${result}') > 1
478
479 def get_cfunction(self) -> CFunction:
480 if self.cfunction:
481 return self.cfunction
482 raise Exception(
483 "self.cfunction is None: self.update() needs to be called.")
484
485 def create_cfunction(self) -> None:
486 self.cfunction = CFunction(self.name)

Callers 3

generate_c_headerFunction · 0.80
generate_c_api_bodyFunction · 0.80
generateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected