(self)
| 1852 | |
| 1853 | @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled') |
| 1854 | def test_gather_gpu(self): |
| 1855 | self._gather_helper(gpu_dev) |
| 1856 | |
| 1857 | def _tile_helper(self, dev): |
| 1858 | X = np.array([0, 1, 2]).astype(np.float32) |
nothing calls this directly
no test coverage detected