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

Method inputs

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

Source from the content-addressed store, hash-verified

455 self.create_cfunction()
456
457 def inputs(self) -> str:
458 return ', '.join([p.input() for p in self.params])
459
460 # TODO: Shoule we remove Optional?
461 def input_map(self) -> Dict[str, Optional[str]]:

Callers 15

input_mapMethod · 0.95
create_nodeFunction · 0.45
generate_onnxFunction · 0.45
TEST_CASEFunction · 0.45
is_sortedFunction · 0.45
TEST_CASEFunction · 0.45
TEST_CASEFunction · 0.45
TEST_CASEFunction · 0.45
TEST_CASEFunction · 0.45
applyMethod · 0.45
is_clip_scalarFunction · 0.45
check_conflictsFunction · 0.45

Calls 1

inputMethod · 0.45

Tested by 10

TEST_CASEFunction · 0.36
is_sortedFunction · 0.36
TEST_CASEFunction · 0.36
TEST_CASEFunction · 0.36
TEST_CASEFunction · 0.36
TEST_CASEFunction · 0.36
applyMethod · 0.36
is_clip_scalarFunction · 0.36
check_conflictsFunction · 0.36
create_programMethod · 0.36