(self)
| 110 | decimal=5) |
| 111 | |
| 112 | def test_Greater_cpu(self): |
| 113 | self._greater_helper(cpu_dev) |
| 114 | |
| 115 | @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled') |
| 116 | def test_Greater_gpu(self): |
nothing calls this directly
no test coverage detected