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

Method test_evaluate_cpu

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

Source from the content-addressed store, hash-verified

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)
471
472 @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled')
473 def test_evaluate_gpu(self):

Callers

nothing calls this directly

Calls 1

_forward_helperMethod · 0.95

Tested by

no test coverage detected