(self)
| 3086 | decimal=5) |
| 3087 | |
| 3088 | def test_noneZero_cpu(self): |
| 3089 | self.noneZero_test(cpu_dev) |
| 3090 | |
| 3091 | @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled') |
| 3092 | def test_noneZero_gpu(self): |
nothing calls this directly
no test coverage detected