(self)
| 1216 | |
| 1217 | @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled') |
| 1218 | def test_pow_gpu(self): |
| 1219 | self._pow_helper(gpu_dev) |
| 1220 | |
| 1221 | def _clip_helper(self, dev): |
| 1222 | x = np.array([-0.9, -0.3, -0.1, 0.1, 0.5, |
nothing calls this directly
no test coverage detected