MCPcopy Create free account
hub / github.com/ROCm/AMDMIGraphX / virtual

Function virtual

tools/te.py:454–457  ·  view source on GitHub ↗
(name, returns=None, **kwargs)

Source from the content-addressed store, hash-verified

452
453
454def virtual(name, returns=None, **kwargs):
455 args = kwargs
456 args['return'] = returns
457 return {name: args}
458
459
460def friend(name, returns=None, **kwargs):

Callers 9

context.hppFile · 0.85
operation.hppFile · 0.85
marker.hppFile · 0.85
pass.hppFile · 0.85
stream_model.hppFile · 0.85
target.hppFile · 0.85
concat_opt.hppFile · 0.85
schedule_model.hppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected