(self)
| 2221 | decimal=5) |
| 2222 | |
| 2223 | def test_greater_broadcast_cpu(self): |
| 2224 | self._greater_broadcast_helper(cpu_dev) |
| 2225 | |
| 2226 | @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled') |
| 2227 | def test_greater_broadcast_gpu(self): |
nothing calls this directly
no test coverage detected