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

Method test_MeanSquareError_gpu

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

Source from the content-addressed store, hash-verified

582
583 @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled')
584 def test_MeanSquareError_gpu(self):
585 self._MeanSquareError_helper(gpu_dev)
586
587 def _Abs_helper(self, dev):
588 X = np.array([0.8, -1.2, 3.3, -3.6, -0.5,

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected