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

Method test_kint_kint_bc_gpu

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

Source from the content-addressed store, hash-verified

611
612 @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled')
613 def test_kint_kint_bc_gpu(self, dev=gpu_dev):
614 self._kint_kint_bc(gpu_dev)
615
616
617if __name__ == '__main__':

Callers

nothing calls this directly

Calls 1

_kint_kint_bcMethod · 0.95

Tested by

no test coverage detected