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

Method test_Mean_cpu

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

Source from the content-addressed store, hash-verified

635 decimal=5)
636
637 def test_Mean_cpu(self):
638 self._Mean_helper(cpu_dev)
639
640 @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled')
641 def test_Mean_gpu(self):

Callers

nothing calls this directly

Calls 1

_Mean_helperMethod · 0.95

Tested by

no test coverage detected