(self)
| 1774 | |
| 1775 | @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled') |
| 1776 | def test_unsqueeze_gpu(self): |
| 1777 | self._unsqueeze_helper(gpu_dev) |
| 1778 | |
| 1779 | def _slice_helper(self, dev): |
| 1780 | X = np.random.randn(20, 10, 5).astype(np.float32) |
nothing calls this directly
no test coverage detected