(self, dev=gpu_dev)
| 611 | |
| 612 | @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled') |
| 613 | def test_kint_kint_bc_gpu(self, dev=gpu_dev): |
| 614 | self._kint_kint_bc(gpu_dev) |
| 615 | |
| 616 | |
| 617 | if __name__ == '__main__': |
nothing calls this directly
no test coverage detected