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

Method test_reduceMean_gpu

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

Source from the content-addressed store, hash-verified

1720
1721 @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled')
1722 def test_reduceMean_gpu(self):
1723 self._reduceMean_helper(gpu_dev)
1724
1725 def _squeeze_helper(self, dev):
1726 X = np.random.randn(3, 1, 2, 1, 1)

Callers

nothing calls this directly

Calls 1

_reduceMean_helperMethod · 0.95

Tested by

no test coverage detected