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

Method test_min_cpu

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

Source from the content-addressed store, hash-verified

1767 decimal=5)
1768
1769 def test_min_cpu(self):
1770 self._min_helper(cpu_dev)
1771
1772 @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled')
1773 def test_min_gpu(self):

Callers

nothing calls this directly

Calls 1

_min_helperMethod · 0.95

Tested by

no test coverage detected