(self)
| 3499 | np.testing.assert_array_almost_equal(tensor.to_numpy(y), y_t) |
| 3500 | |
| 3501 | def test_rounde_cpu(self): |
| 3502 | self.rounde_helper(cpu_dev) |
| 3503 | |
| 3504 | @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled') |
| 3505 | def test_rounde_gpu(self): |
nothing calls this directly
no test coverage detected