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

Method test_split_gpu

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

Source from the content-addressed store, hash-verified

3009
3010 @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled')
3011 def test_split_gpu(self):
3012 self.split_test(gpu_dev)
3013
3014 def gather_test(self, dev):
3015 config = [([0, 1, 3], 0), ([0, 1, 3], 1), ([[0, 1], [1, 2], [2, 3]], 1),

Callers

nothing calls this directly

Calls 1

split_testMethod · 0.95

Tested by

no test coverage detected