(self)
| 554 | |
| 555 | @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled') |
| 556 | def test_kint_float_gpu(self): |
| 557 | self._kint_float(gpu_dev) |
| 558 | |
| 559 | def test_kint_float_cpu(self): |
| 560 | self._kint_float(cpu_dev) |
nothing calls this directly
no test coverage detected