(self)
| 488 | self._train_one_batch_helper(gpu_dev, True, False, False) |
| 489 | |
| 490 | def test_run_in_serial_cpu(self): |
| 491 | self._train_one_batch_helper(cpu_dev, True, True, True) |
| 492 | |
| 493 | @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled') |
| 494 | def test_run_in_serial_gpu(self): |
nothing calls this directly
no test coverage detected