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

Method test_without_graph_cpu

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

Source from the content-addressed store, hash-verified

481 self._train_one_batch_helper(gpu_dev, True, True, False)
482
483 def test_without_graph_cpu(self):
484 self._train_one_batch_helper(cpu_dev, True, False, False)
485
486 @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled')
487 def test_without_graph_gpu(self):

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected