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

Method test_Abs_cpu

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

Source from the content-addressed store, hash-verified

599 self.check_shape(dx.shape(), (3, 2))
600
601 def test_Abs_cpu(self):
602 self._Abs_helper(cpu_dev)
603
604 @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled')
605 def test_Abs_gpu(self):

Callers

nothing calls this directly

Calls 1

_Abs_helperMethod · 0.95

Tested by

no test coverage detected