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

Method test_reduceSum_cpu

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

Source from the content-addressed store, hash-verified

2766 self.check_shape(dx.shape(), tuple(shape))
2767
2768 def test_reduceSum_cpu(self):
2769 self.reduceSum_test(cpu_dev)
2770
2771 @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled')
2772 def test_reduceSum_gpu(self):

Callers

nothing calls this directly

Calls 1

reduceSum_testMethod · 0.95

Tested by

no test coverage detected