(self)
| 899 | tensor.to_numpy(y)) |
| 900 | |
| 901 | def test_round_even_cpu(self): |
| 902 | self._round_even(cpu_dev) |
| 903 | |
| 904 | @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled') |
| 905 | def test_round_even_gpu(self): |
nothing calls this directly
no test coverage detected