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

Method test_Mean_gpu

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

Source from the content-addressed store, hash-verified

639
640 @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled')
641 def test_Mean_gpu(self):
642 self._Mean_helper(gpu_dev)
643
644 def _Exp_helper(self, dev):
645 X = np.array([0.8, -1.2, 3.3, -3.6, -0.5,

Callers

nothing calls this directly

Calls 1

_Mean_helperMethod · 0.95

Tested by

no test coverage detected