(self)
| 2069 | decimal=5) |
| 2070 | |
| 2071 | def test_negative_cpu(self): |
| 2072 | self._negative_helper(cpu_dev) |
| 2073 | |
| 2074 | @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled') |
| 2075 | def test_negative_gpu(self): |
nothing calls this directly
no test coverage detected