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

Method test_he_normal_gpu

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

Source from the content-addressed store, hash-verified

113
114 @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled')
115 def test_he_normal_gpu(self):
116 self.he_uniform(gpu_dev)
117
118 def test_he_normal_cpu(self):
119 self.he_uniform(cpu_dev)

Callers

nothing calls this directly

Calls 1

he_uniformMethod · 0.95

Tested by

no test coverage detected