(self)
| 2117 | sgd.step() |
| 2118 | |
| 2119 | def test_transfer_learning_cpu(self): |
| 2120 | self._transfer_learning_helper(cpu_dev) |
| 2121 | |
| 2122 | @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled') |
| 2123 | def test_transfer_learning_gpu(self): |
nothing calls this directly
no test coverage detected