(self)
| 1904 | |
| 1905 | @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled') |
| 1906 | def test_nonzero_gpu(self): |
| 1907 | self._nonzero_helper(gpu_dev) |
| 1908 | |
| 1909 | def _cast_helper(self, dev): |
| 1910 | X = np.array([[1, 0], [1, 1]]).astype(np.float32) |
nothing calls this directly
no test coverage detected