(self)
| 492 | |
| 493 | @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled') |
| 494 | def test_run_in_serial_gpu(self): |
| 495 | self._train_one_batch_helper(gpu_dev, True, True, True) |
| 496 | |
| 497 | |
| 498 | if __name__ == '__main__': |
nothing calls this directly
no test coverage detected