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

Method test_Sub_cpu

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

Source from the content-addressed store, hash-verified

1187 decimal=5)
1188
1189 def test_Sub_cpu(self):
1190 self._Sub_helper(cpu_dev)
1191
1192 @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled')
1193 def test_Sub_gpu(self):

Callers

nothing calls this directly

Calls 1

_Sub_helperMethod · 0.95

Tested by

no test coverage detected