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

Method function_name

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

Source from the content-addressed store, hash-verified

1059
1060 @property
1061 def function_name(self): return to_function_name(self.name)
1062
1063 @property
1064 def runtimevars(self) -> dict[str, int]: return {v.expr: i for i, v in enumerate(self.vars) if v.expr == 'core_id'}

Callers

nothing calls this directly

Calls 1

to_function_nameFunction · 0.90

Tested by

no test coverage detected