(self)
| 529 | |
| 530 | @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled') |
| 531 | def test_Sin_gpu(self): |
| 532 | self._Sin_helper(gpu_dev) |
| 533 | |
| 534 | def _Sinh_helper(self, dev): |
| 535 | x = np.array([0.1, -1.0, 0.4, 4.0, -0.9, |
nothing calls this directly
no test coverage detected