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

Method test_concat_gpu

test/python/test_onnx.py:235–236  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

233
234 @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled')
235 def test_concat_gpu(self):
236 self._concat_helper(gpu_dev)
237
238 def _matmul_helper(self, dev):
239 X1 = np.random.randn(4, 5).astype(np.float32)

Callers

nothing calls this directly

Calls 1

_concat_helperMethod · 0.95

Tested by

no test coverage detected