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

Method test_concat_gpu

test/python/test_api.py:657–658  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

655
656 @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled')
657 def test_concat_gpu(self):
658 self._concat_helper(gpu_dev)
659
660 def _ceil_helper(self, dev):
661

Callers

nothing calls this directly

Calls 1

_concat_helperMethod · 0.95

Tested by

no test coverage detected