(self)
| 3090 | |
| 3091 | @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled') |
| 3092 | def test_noneZero_gpu(self): |
| 3093 | self.noneZero_test(gpu_dev) |
| 3094 | |
| 3095 | def cast_test(self, dev): |
| 3096 | config = [ |
nothing calls this directly
no test coverage detected