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

Method test_reduceSum_cpu

test/python/test_onnx.py:1691–1692  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1689 tensor.to_numpy(y_t[0]).shape)
1690
1691 def test_reduceSum_cpu(self):
1692 self._reduceSum_helper(cpu_dev)
1693
1694 @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled')
1695 def test_reduceSum_gpu(self):

Callers

nothing calls this directly

Calls 1

_reduceSum_helperMethod · 0.95

Tested by

no test coverage detected