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

Method test_reduceSum_gpu

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

Source from the content-addressed store, hash-verified

2770
2771 @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled')
2772 def test_reduceSum_gpu(self):
2773 self.reduceSum_test(gpu_dev)
2774
2775 def reduceMean_test(self, dev):
2776 shape = [3, 2, 2]

Callers

nothing calls this directly

Calls 1

reduceSum_testMethod · 0.95

Tested by

no test coverage detected