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

Method test_pad_gpu

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

Source from the content-addressed store, hash-verified

3347
3348 @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled')
3349 def test_pad_gpu(self):
3350 self.pad_helper(gpu_dev)
3351
3352 def upsample_helper(self, dev):
3353 X = np.array([[[

Callers

nothing calls this directly

Calls 1

pad_helperMethod · 0.95

Tested by

no test coverage detected