(self)
| 3479 | |
| 3480 | @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled') |
| 3481 | def test_where_gpu(self): |
| 3482 | self.where_helper(gpu_dev) |
| 3483 | |
| 3484 | def rounde_helper(self, dev): |
| 3485 | X = np.array([ |
nothing calls this directly
no test coverage detected