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

Method test_sum_gpu

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

Source from the content-addressed store, hash-verified

285
286 @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled')
287 def test_sum_gpu(self):
288 self._sum_helper(gpu_dev)
289
290 def _SeparableConv2d_helper(self, dev):
291 # SeparableConv2d(in_channels, out_channels, kernel_size)

Callers

nothing calls this directly

Calls 1

_sum_helperMethod · 0.95

Tested by

no test coverage detected