(self)
| 903 | |
| 904 | @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled') |
| 905 | def test_round_even_gpu(self): |
| 906 | self._round_even(gpu_dev) |
| 907 | |
| 908 | def _round_even(self, dev=gpu_dev): |
| 909 | q=np.array([0.1, 0.5, 0.9, 1.2, 1.5, |
nothing calls this directly
no test coverage detected