(self)
| 1325 | decimal=5) |
| 1326 | |
| 1327 | def test_unsqueeze_cpu(self): |
| 1328 | self._unsqueeze_helper(cpu_dev) |
| 1329 | |
| 1330 | @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled') |
| 1331 | def test_unsqueeze_gpu(self): |
nothing calls this directly
no test coverage detected