Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ROCm/AMDMIGraphX
/ remove_reference
Method
remove_reference
tools/api.py:101–104 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
99
return
self
100
101
def
remove_reference(self) ->
'Type'
:
102
if
self.is_reference():
103
return
Type(self.name[0:-1])
104
return
self
105
106
def
remove_const(self) ->
'Type'
:
107
if
self.is_const():
Callers
3
decay
Method · 0.95
basic
Method · 0.80
update
Method · 0.80
Calls
2
is_reference
Method · 0.95
Type
Class · 0.85
Tested by
no test coverage detected