(self)
| 607 | |
| 608 | @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled') |
| 609 | def test_Tanh_gpu(self): |
| 610 | self._Tanh_helper(gpu_dev) |
| 611 | |
| 612 | def _Acos_helper(self, dev): |
| 613 | x = np.array([0.1, -1.0, 0.4, 4.0, -0.9, |
nothing calls this directly
no test coverage detected