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

Method test_reduceMean_cpu

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

Source from the content-addressed store, hash-verified

1716 tensor.to_numpy(y_t[0]).shape)
1717
1718 def test_reduceMean_cpu(self):
1719 self._reduceMean_helper(cpu_dev)
1720
1721 @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled')
1722 def test_reduceMean_gpu(self):

Callers

nothing calls this directly

Calls 1

_reduceMean_helperMethod · 0.95

Tested by

no test coverage detected