(self)
| 2051 | sgd.step() |
| 2052 | |
| 2053 | def test_retraining_cpu(self): |
| 2054 | self._retraining_helper(cpu_dev) |
| 2055 | |
| 2056 | @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled') |
| 2057 | def test_retraining_gpu(self): |
nothing calls this directly
no test coverage detected