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

Method test_kint_float_gpu

test/python/test_tensor.py:556–557  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

554
555 @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled')
556 def test_kint_float_gpu(self):
557 self._kint_float(gpu_dev)
558
559 def test_kint_float_cpu(self):
560 self._kint_float(cpu_dev)

Callers

nothing calls this directly

Calls 1

_kint_floatMethod · 0.95

Tested by

no test coverage detected