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

Method input

tools/api.py:386–387  ·  view source on GitHub ↗
(self, prefix: Optional[str] = None)

Source from the content-addressed store, hash-verified

384 return self.substitute(self.cpp_write, prefix=prefix)
385
386 def input(self, prefix: Optional[str] = None) -> str:
387 return '(' + self.substitute(self.read, prefix=prefix) + ')'
388
389 def outputs(self, result: Optional[str] = None) -> List[str]:
390 return [self.substitute(w, result=result) for w in self.write]

Callers 3

inputsMethod · 0.45
input_mapMethod · 0.45
get_resultMethod · 0.45

Calls 1

substituteMethod · 0.95

Tested by

no test coverage detected