Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ROCm/AMDMIGraphX
/ friend
Function
friend
tools/te.py:460–464 ·
view source on GitHub ↗
(name, returns=None, **kwargs)
Source
from the content-addressed store, hash-verified
458
459
460
def
friend(name, returns=None, **kwargs):
461
args = kwargs
462
args[
'return'
] = returns
463
args[
'friend'
] =
'friend'
464
return
{name: args}
465
466
467
def
interface(name, *members):
Callers
1
operation.hpp
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected