Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_type
Method · 0.80
substitute
Method · 0.80
update
Method · 0.80
virtual_output_args
Method · 0.80
virtual_output_declarations
Method · 0.80
Calls
3
remove_pointer
Method · 0.95
remove_reference
Method · 0.80
remove_const
Method · 0.80
Tested by
no test coverage detected