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

Method test_he_uniform_gpu

test/python/test_initializer.py:80–81  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

78
79 @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled')
80 def test_he_uniform_gpu(self):
81 self.he_uniform(gpu_dev)
82
83 def test_he_uniform_cpu(self):
84 self.he_uniform(cpu_dev)

Callers

nothing calls this directly

Calls 1

he_uniformMethod · 0.95

Tested by

no test coverage detected