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

File callify.py

tinygrad/callify.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1from dataclasses import dataclass, field
2from tinygrad.uop.ops import UOp, UPat, PatternMatcher, Ops, GroupOp, graph_rewrite, track_rewrites
3from tinygrad.helpers import VIZ, pluralize, all_int
4

Callers

nothing calls this directly

Calls 8

PatternMatcherClass · 0.90
UPatClass · 0.90
tag_uopFunction · 0.85
rtagMethod · 0.80
has_buffer_identityMethod · 0.80
appendMethod · 0.80
replaceMethod · 0.45
contiguousMethod · 0.45

Tested by

no test coverage detected