MCPcopy
hub / github.com/tinygrad/tinygrad / vals

Method vals

tinygrad/uop/ops.py:1071–1071  ·  view source on GitHub ↗
(self, var_vals:dict[str, int])

Source from the content-addressed store, hash-verified

1069 return global_size, local_size
1070
1071 def vals(self, var_vals:dict[str, int]): return tuple(var_vals[k.expr] if k.expr not in self.runtimevars else None for k in self.vars)
1072
1073 @staticmethod
1074 def from_sink(sink:UOp, aux:tuple=()) -> ProgramInfo:

Callers 5

exec_kernelFunction · 0.80
exec_validateFunction · 0.80
__call__Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected