(self)
| 1743 | tensor.to_numpy(y_t[0]).shape) |
| 1744 | |
| 1745 | def test_squeeze_cpu(self): |
| 1746 | self._squeeze_helper(cpu_dev) |
| 1747 | |
| 1748 | @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled') |
| 1749 | def test_squeeze_gpu(self): |
nothing calls this directly
no test coverage detected