(self)
| 464 | |
| 465 | @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled') |
| 466 | def test_forward_gpu(self): |
| 467 | self._forward_helper(gpu_dev, False, True, False) |
| 468 | |
| 469 | def test_evaluate_cpu(self): |
| 470 | self._forward_helper(cpu_dev, False, False, False) |
nothing calls this directly
no test coverage detected