(self)
| 1747 | |
| 1748 | @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled') |
| 1749 | def test_squeeze_gpu(self): |
| 1750 | self._squeeze_helper(gpu_dev) |
| 1751 | |
| 1752 | def _unsqueeze_helper(self, dev): |
| 1753 | X = np.random.randn(3, 2) |
nothing calls this directly
no test coverage detected