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

Method test_kfloat32_int_gpu

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

Source from the content-addressed store, hash-verified

537
538 @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled')
539 def test_kfloat32_int_gpu(self):
540 self._kfloat32_int(gpu_dev)
541
542 def test_kfloat32_int_cpu(self):
543 self._kfloat32_int(cpu_dev)

Callers

nothing calls this directly

Calls 1

_kfloat32_intMethod · 0.95

Tested by

no test coverage detected