(self, out:Tensor)
| 7 | |
| 8 | class TestCompileFailures(unittest.TestCase): |
| 9 | def compile(self, out:Tensor): |
| 10 | compile_linear(out.schedule_linear()) |
| 11 | |
| 12 | def test_interpolate_atari(self): |
| 13 | self.compile(Tensor.empty(210, 160, dtype='uint8').interpolate((64, 64))) |
no test coverage detected