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

Method test_reduceMean_cpu

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

Source from the content-addressed store, hash-verified

2795 self.check_shape(dx.shape(), tuple(shape))
2796
2797 def test_reduceMean_cpu(self):
2798 self.reduceMean_test(cpu_dev)
2799
2800 @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled')
2801 def test_reduceMean_gpu(self):

Callers

nothing calls this directly

Calls 1

reduceMean_testMethod · 0.95

Tested by

no test coverage detected