(self)
| 1449 | |
| 1450 | @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled') |
| 1451 | def test_Log_gpu(self): |
| 1452 | self._Log_helper(gpu_dev) |
| 1453 | |
| 1454 | def _mul_helper(self, dev): |
| 1455 | x = np.array([0.1, -1.0, 0.4, 4.0, -0.9, |
nothing calls this directly
no test coverage detected