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

Method test_round_gpu

test/python/test_operation.py:3529–3530  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

3527
3528 @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled')
3529 def test_round_gpu(self):
3530 self.round_helper(gpu_dev)
3531
3532 def embedding_helper(self, dev):
3533 embedding = layer.Embedding(10, 3)

Callers

nothing calls this directly

Calls 1

round_helperMethod · 0.95

Tested by

no test coverage detected