(self)
| 3523 | np.testing.assert_array_almost_equal(tensor.to_numpy(y), y_t) |
| 3524 | |
| 3525 | def test_round_cpu(self): |
| 3526 | self.round_helper(cpu_dev) |
| 3527 | |
| 3528 | @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled') |
| 3529 | def test_round_gpu(self): |
nothing calls this directly
no test coverage detected