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

Method get_result

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

Source from the content-addressed store, hash-verified

588 return ''
589
590 def get_result(self):
591 return self.function.returns.input(self.prefix)
592
593 def generate_method(self) -> str:
594 if not self.function.cfunction:

Callers 3

get_workspace_sizeMethod · 0.80
tuneMethod · 0.80

Calls 1

inputMethod · 0.45

Tested by

no test coverage detected