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

Method test_run_in_serial_gpu

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

Source from the content-addressed store, hash-verified

492
493 @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled')
494 def test_run_in_serial_gpu(self):
495 self._train_one_batch_helper(gpu_dev, True, True, True)
496
497
498if __name__ == '__main__':

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected