(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) |
| 471 | |
| 472 | @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled') |
| 473 | def test_evaluate_gpu(self): |
nothing calls this directly
no test coverage detected