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

Method mname

tools/api.py:1151–1152  ·  view source on GitHub ↗
(self, name: str)

Source from the content-addressed store, hash-verified

1149 self.members: List[str] = []
1150
1151 def mname(self, name: str) -> str:
1152 return name + "_f"
1153
1154 def constructor( # type: ignore
1155 self,

Callers 2

virtualMethod · 0.95
generate_functionMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected