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

Method test_reduceMean_gpu

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

Source from the content-addressed store, hash-verified

2799
2800 @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled')
2801 def test_reduceMean_gpu(self):
2802 self.reduceMean_test(gpu_dev)
2803
2804 def slice_test(self, dev):
2805 X = np.random.randn(20, 10, 5).astype(np.float32)

Callers

nothing calls this directly

Calls 1

reduceMean_testMethod · 0.95

Tested by

no test coverage detected