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

Method test_expand_gpu

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

Source from the content-addressed store, hash-verified

3273
3274 @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled')
3275 def test_expand_gpu(self):
3276 self.expand_helper(gpu_dev)
3277
3278 def pad_helper(self, dev):
3279 X = np.array([

Callers

nothing calls this directly

Calls 1

expand_helperMethod · 0.95

Tested by

no test coverage detected