(self)
| 1878 | |
| 1879 | @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled') |
| 1880 | def test_tile_gpu(self): |
| 1881 | self._tile_helper(gpu_dev) |
| 1882 | |
| 1883 | def _nonzero_helper(self, dev): |
| 1884 | X = np.array([[1, 0], [1, 1]]).astype(np.float32) |
nothing calls this directly
no test coverage detected