MCPcopy 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
460def friend(name, returns=None, **kwargs):
461 args = kwargs
462 args['return'] = returns
463 args['friend'] = 'friend'
464 return {name: args}
465
466
467def interface(name, *members):

Callers 1

operation.hppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected