(self)
| 1609 | decimal=5) |
| 1610 | |
| 1611 | def test_reciprocal_cpu(self): |
| 1612 | self._reciprocal_helper(cpu_dev) |
| 1613 | |
| 1614 | @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled') |
| 1615 | def test_reciprocal_gpu(self): |
nothing calls this directly
no test coverage detected