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

Function generate_c_header

tools/api.py:704–708  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

702
703
704def generate_c_header() -> str:
705 process_functions()
706 return generate_lines(
707 c_header_preamble +
708 [f.get_cfunction().generate_header() for f in functions])
709
710
711def generate_c_api_body() -> str:

Callers 2

api.pyFile · 0.85
migraphx.hFile · 0.85

Calls 4

process_functionsFunction · 0.85
generate_linesFunction · 0.85
generate_headerMethod · 0.80
get_cfunctionMethod · 0.80

Tested by

no test coverage detected