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

Method test_min_1inputs_gpu

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

Source from the content-addressed store, hash-verified

1847
1848 @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled')
1849 def test_min_1inputs_gpu(self):
1850 self._min_1inputs_helper(gpu_dev)
1851
1852 def _HardSigmoid_helper(self, dev):
1853 x = np.random.randn(3, 2)

Callers

nothing calls this directly

Calls 1

_min_1inputs_helperMethod · 0.95

Tested by

no test coverage detected