(self)
| 1582 | decimal=5) |
| 1583 | |
| 1584 | def test_negative_cpu(self): |
| 1585 | self._negative_helper(cpu_dev) |
| 1586 | |
| 1587 | @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled') |
| 1588 | def test_negative_gpu(self): |
nothing calls this directly
no test coverage detected