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

Method test_run_in_serial_cpu

test/python/test_model.py:490–491  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

488 self._train_one_batch_helper(gpu_dev, True, False, False)
489
490 def test_run_in_serial_cpu(self):
491 self._train_one_batch_helper(cpu_dev, True, True, True)
492
493 @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled')
494 def test_run_in_serial_gpu(self):

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected