MCPcopy Create free account
hub / github.com/apache/singa / test_retraining_cpu

Method test_retraining_cpu

test/python/test_onnx.py:2053–2054  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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):

Callers

nothing calls this directly

Calls 1

_retraining_helperMethod · 0.95

Tested by

no test coverage detected