MCPcopy
hub / github.com/tinygrad/tinygrad / test_beam_image

Method test_beam_image

test/test_tiny.py:154–155  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

152 with Context(IMAGE=1): self.test_gemm(N=64)
153
154 def test_beam_image(self):
155 with Context(BEAM=1, IGNORE_BEAM_CACHE=1): self.test_image()
156
157if __name__ == '__main__':
158 unittest.main()

Callers

nothing calls this directly

Calls 2

test_imageMethod · 0.95
ContextClass · 0.90

Tested by

no test coverage detected