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

Method test_concatenate_gpu

test/python/test_tensor.py:369–370  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

367
368 @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled')
369 def test_concatenate_gpu(self):
370 self._concatenate_helper(gpu_dev)
371
372 def _subscription_helper(self, dev):
373 np1 = np.random.random((5, 5, 5, 5)).astype(np.float32)

Callers

nothing calls this directly

Calls 1

_concatenate_helperMethod · 0.95

Tested by

no test coverage detected