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

Function add_function

tools/api.py:676–679  ·  view source on GitHub ↗
(name: str, *args, **kwargs)

Source from the content-addressed store, hash-verified

674
675
676def add_function(name: str, *args, **kwargs) -> Function:
677 f = Function(name, *args, **kwargs)
678 functions.append(f)
679 return f
680
681
682def once(f: Callable) -> Any:

Callers 6

add_handleFunction · 0.85
constructorMethod · 0.85
methodMethod · 0.85
functionMethod · 0.85
constructorMethod · 0.85
virtualMethod · 0.85

Calls 2

FunctionClass · 0.85
appendMethod · 0.45

Tested by

no test coverage detected