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

Method test_pow_cpu

test/python/test_onnx.py:1214–1215  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1212 decimal=5)
1213
1214 def test_pow_cpu(self):
1215 self._pow_helper(cpu_dev)
1216
1217 @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled')
1218 def test_pow_gpu(self):

Callers

nothing calls this directly

Calls 1

_pow_helperMethod · 0.95

Tested by

no test coverage detected