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

Method test_negative_cpu

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

Source from the content-addressed store, hash-verified

1582 decimal=5)
1583
1584 def test_negative_cpu(self):
1585 self._negative_helper(cpu_dev)
1586
1587 @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled')
1588 def test_negative_gpu(self):

Callers

nothing calls this directly

Calls 1

_negative_helperMethod · 0.95

Tested by

no test coverage detected