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

Method test_gather_gpu

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

Source from the content-addressed store, hash-verified

3037
3038 @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled')
3039 def test_gather_gpu(self):
3040 self.gather_test(gpu_dev)
3041
3042 def tile_test(self, dev):
3043 config_repeats = [

Callers

nothing calls this directly

Calls 1

gather_testMethod · 0.95

Tested by

no test coverage detected