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

Method test_forward_gpu

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

Source from the content-addressed store, hash-verified

464
465 @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled')
466 def test_forward_gpu(self):
467 self._forward_helper(gpu_dev, False, True, False)
468
469 def test_evaluate_cpu(self):
470 self._forward_helper(cpu_dev, False, False, False)

Callers

nothing calls this directly

Calls 1

_forward_helperMethod · 0.95

Tested by

no test coverage detected