| 1 | import functools, itertools, time |
| 2 | from typing import Generic, TypeVar, Callable, cast, overload |
| 3 | from tinygrad.helpers import Context, dedup, getenv, DEBUG |
| 4 | from tinygrad.uop.ops import UOp, Ops, graph_rewrite, PatternMatcher, UPat |
nothing calls this directly
no test coverage detected