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

Method test_kint_kint_gpu

test/python/test_tensor.py:588–589  ·  view source on GitHub ↗
(self, dev=gpu_dev)

Source from the content-addressed store, hash-verified

586
587 @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled')
588 def test_kint_kint_gpu(self, dev=gpu_dev):
589 self._kint_kint(gpu_dev)
590
591 def _kint_kint_bc(self, dev=gpu_dev):
592 a_np = np.array([[[17, 4, 9, 22, 18], [-9, 9, -1, -1, 4],

Callers

nothing calls this directly

Calls 1

_kint_kintMethod · 0.95

Tested by

no test coverage detected