| 1 | from dataclasses import dataclass, field, replace |
| 2 | import itertools |
| 3 | from tinygrad.dtype import dtypes, PtrDType, AddrSpace, Invalid |
| 4 | from tinygrad.uop.ops import PatternMatcher, UPat, Ops, UOp, resolve, GroupOp, _substitute, KernelInfo |
nothing calls this directly
no test coverage detected