MCPcopy
hub / github.com/tinygrad/tinygrad / function_name

Method function_name

tinygrad/uop/ops.py:1047–1047  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1045 beam: int = 0
1046 @property
1047 def function_name(self): return to_function_name(self.name)
1048
1049@dataclass(frozen=True)
1050class ProgramInfo:

Callers

nothing calls this directly

Calls 1

to_function_nameFunction · 0.90

Tested by

no test coverage detected