MCPcopy
hub / github.com/tinygrad/tinygrad / backend.py

File backend.py

extra/torch_backend/backend.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1# ruff: noqa: E501, A001, A002, A006
2# A001 Variable `input` is shadowing a Python builtin
3# A002 Function argument `input` is shadowing a Python builtin
4# A006 Lambda argument `input` is shadowing a Python builtin

Callers

nothing calls this directly

Calls 15

getenvFunction · 0.90
_from_torch_dtypeFunction · 0.90
TinyBackendClass · 0.85
wrap_view_opFunction · 0.85
wrap_outFunction · 0.85
_from_torch_deviceFunction · 0.85
splitMethod · 0.80
clampMethod · 0.80
roundMethod · 0.80
logMethod · 0.80
expMethod · 0.80
isnanMethod · 0.80

Tested by

no test coverage detected