(self)
| 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 | |
| 157 | if __name__ == '__main__': |
| 158 | unittest.main() |
nothing calls this directly
no test coverage detected