(self)
| 1770 | tensor.to_numpy(y_t[0]).shape) |
| 1771 | |
| 1772 | def test_unsqueeze_cpu(self): |
| 1773 | self._unsqueeze_helper(cpu_dev) |
| 1774 | |
| 1775 | @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled') |
| 1776 | def test_unsqueeze_gpu(self): |
nothing calls this directly
no test coverage detected