(self)
| 451 | |
| 452 | @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled') |
| 453 | def test_sum_gpu(self): |
| 454 | self._sum_helper(gpu_dev) |
| 455 | |
| 456 | def _Cos_helper(self, dev): |
| 457 | x = np.array([0.1, -1.0, 0.4, 4.0, -0.9, |
nothing calls this directly
no test coverage detected