(self)
| 537 | |
| 538 | @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled') |
| 539 | def test_kfloat32_int_gpu(self): |
| 540 | self._kfloat32_int(gpu_dev) |
| 541 | |
| 542 | def test_kfloat32_int_cpu(self): |
| 543 | self._kfloat32_int(cpu_dev) |
nothing calls this directly
no test coverage detected