Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ROCm/AMDMIGraphX
/ add_const
Method
add_const
tools/api.py:77–78 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
75
return
Type(self.name +
'&'
)
76
77
def
add_const(self) ->
'Type'
:
78
return
Type(
'const '
+ self.name)
79
80
def
inner_type(self) -> Optional[
'Type'
]:
81
i = self.name.find(
'<'
)
Callers
3
const_compatible
Method · 0.95
vector_c_wrap
Function · 0.80
method
Method · 0.80
Calls
1
Type
Class · 0.85
Tested by
no test coverage detected