(self)
| 3475 | tensor.to_numpy(tensor.from_raw_tensor(dx2)), dx2_t) |
| 3476 | |
| 3477 | def test_where_cpu(self): |
| 3478 | self.where_helper(cpu_dev) |
| 3479 | |
| 3480 | @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled') |
| 3481 | def test_where_gpu(self): |
nothing calls this directly
no test coverage detected