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

Method test_and_gpu

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

Source from the content-addressed store, hash-verified

1972
1973 @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled')
1974 def test_and_gpu(self):
1975 self._and_helper(gpu_dev)
1976
1977 def _or_helper(self, dev):
1978 x0 = np.array([1.0, 1.0, 2.0, -3.0, 0,

Callers

nothing calls this directly

Calls 1

_and_helperMethod · 0.95

Tested by

no test coverage detected