(self)
| 1385 | decimal=5) |
| 1386 | |
| 1387 | def test_transpose_cpu(self): |
| 1388 | self._transpose_helper(cpu_dev) |
| 1389 | |
| 1390 | @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled') |
| 1391 | def test_transpose_gpu(self): |
nothing calls this directly
no test coverage detected