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

Method test_depth_space_gpu

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

Source from the content-addressed store, hash-verified

3438
3439 @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled')
3440 def test_depth_space_gpu(self):
3441 self.depth_space_helper(gpu_dev)
3442
3443 def test_invalid_inputs(self, dev=cpu_dev):
3444 _1d = tensor.Tensor((10,), dev)

Callers

nothing calls this directly

Calls 1

depth_space_helperMethod · 0.95

Tested by

no test coverage detected