(self)
| 2073 | |
| 2074 | @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled') |
| 2075 | def test_negative_gpu(self): |
| 2076 | self._negative_helper(gpu_dev) |
| 2077 | |
| 2078 | def _reciprocal_helper(self, dev): |
| 2079 | X = np.array([0.1, 0, 0.4, 1. - 4, 0.9, |
nothing calls this directly
no test coverage detected