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

Method bad_param

tools/api.py:270–271  ·  view source on GitHub ↗
(self, cond: str, msg: str)

Source from the content-addressed store, hash-verified

268 self.add_param('size_t', self.size_name)
269
270 def bad_param(self, cond: str, msg: str) -> None:
271 self.bad_param_check = BadParam(cond, msg)
272
273 def remove_size_param(self, name):
274 p = None

Callers 4

handle_wrapFunction · 0.80
vector_c_wrapFunction · 0.80
string_c_wrapFunction · 0.80
shape_type_wrapFunction · 0.80

Calls 1

BadParamClass · 0.85

Tested by

no test coverage detected