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

Method test_upsample_gpu

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

Source from the content-addressed store, hash-verified

3378
3379 @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled')
3380 def test_upsample_gpu(self):
3381 self.upsample_helper(gpu_dev)
3382
3383 def depth_space_helper(self, dev):
3384 # (1, 8, 2, 3) input tensor

Callers

nothing calls this directly

Calls 1

upsample_helperMethod · 0.95

Tested by

no test coverage detected