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

Method function

tools/api.py:1084–1086  ·  view source on GitHub ↗
(self, name, params=None, **kwargs)

Source from the content-addressed store, hash-verified

1082 return self
1083
1084 def function(self, name, params=None, **kwargs):
1085 add_function(self.cname(name), params=params, **kwargs)
1086 return self
1087
1088 def add_cpp_class(self) -> None:
1089 cpp_classes.append(self.cpp_class)

Callers

nothing calls this directly

Calls 2

cnameMethod · 0.95
add_functionFunction · 0.85

Tested by

no test coverage detected