(self)
| 1848 | tensor.to_numpy(y_t[0]).shape) |
| 1849 | |
| 1850 | def test_gather_cpu(self): |
| 1851 | self._gather_helper(cpu_dev) |
| 1852 | |
| 1853 | @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled') |
| 1854 | def test_gather_gpu(self): |
nothing calls this directly
no test coverage detected