(self)
| 478 | |
| 479 | @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled') |
| 480 | def test_train_one_batch_gpu(self): |
| 481 | self._train_one_batch_helper(gpu_dev, True, True, False) |
| 482 | |
| 483 | def test_without_graph_cpu(self): |
| 484 | self._train_one_batch_helper(cpu_dev, True, False, False) |
nothing calls this directly
no test coverage detected