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

Method test_min_gpu

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

Source from the content-addressed store, hash-verified

1771
1772 @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled')
1773 def test_min_gpu(self):
1774 self._min_helper(gpu_dev)
1775
1776 def _min_3inputs_helper(self, dev):
1777 data_0 = np.array([3, 2, 1]).astype(np.float32)

Callers

nothing calls this directly

Calls 1

_min_helperMethod · 0.95

Tested by

no test coverage detected