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

Method test_Pow_cpu

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

Source from the content-addressed store, hash-verified

1228 decimal=4)
1229
1230 def test_Pow_cpu(self):
1231 self._Pow_helper(cpu_dev)
1232
1233 @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled')
1234 def test_Pow_gpu(self):

Callers

nothing calls this directly

Calls 1

_Pow_helperMethod · 0.95

Tested by

no test coverage detected