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

Method basic

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

Source from the content-addressed store, hash-verified

109 return self
110
111 def basic(self) -> 'Type':
112 return self.remove_pointer().remove_const().remove_reference()
113
114 def decay(self) -> 'Type':
115 t = self.remove_reference()

Callers 5

get_cpp_typeMethod · 0.80
substituteMethod · 0.80
updateMethod · 0.80
virtual_output_argsMethod · 0.80

Calls 3

remove_pointerMethod · 0.95
remove_referenceMethod · 0.80
remove_constMethod · 0.80

Tested by

no test coverage detected