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

Method test_MeanSquareError_cpu

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

Source from the content-addressed store, hash-verified

578 self.check_shape(dx.shape(), (3, 2))
579
580 def test_MeanSquareError_cpu(self):
581 self._MeanSquareError_helper(cpu_dev)
582
583 @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled')
584 def test_MeanSquareError_gpu(self):

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected