MCPcopy
hub / github.com/tinygrad/tinygrad / f

Method f

test/backend/test_jit.py:762–766  ·  view source on GitHub ↗
(inp)

Source from the content-addressed store, hash-verified

760 def test_jit_split_simple(self):
761 @TinyJit
762 def f(inp):
763 op0 = self.compute(Device.DEFAULT, inp)
764 op1 = self.compute(Device.DEFAULT, op0)
765 op2 = self.compute(Device.DEFAULT, op1)
766 return op2
767
768 inp = Tensor.randn(10, 10, device=Device.DEFAULT).realize()
769 self.expect(f, inp,

Callers

nothing calls this directly

Calls 2

computeMethod · 0.95
copyMethod · 0.95

Tested by

no test coverage detected