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

Method update

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

Source from the content-addressed store, hash-verified

447 self.params.append(Parameter(size_param_name, size_type.str()))
448
449 def update(self) -> None:
450 self.share_params()
451 for param in self.params:
452 param.update()
453 if self.returns:
454 self.returns.update()
455 self.create_cfunction()
456
457 def inputs(self) -> str:
458 return ', '.join([p.input() for p in self.params])

Callers 6

process_functionsFunction · 0.45
generateMethod · 0.45
downloadFunction · 0.45
create_backend_testFunction · 0.45
denoise_latentMethod · 0.45

Calls 2

share_paramsMethod · 0.95
create_cfunctionMethod · 0.95

Tested by 1

create_backend_testFunction · 0.36