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

Method test_negative_cpu

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

Source from the content-addressed store, hash-verified

2069 decimal=5)
2070
2071 def test_negative_cpu(self):
2072 self._negative_helper(cpu_dev)
2073
2074 @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled')
2075 def test_negative_gpu(self):

Callers

nothing calls this directly

Calls 1

_negative_helperMethod · 0.95

Tested by

no test coverage detected