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

Method test_cossim_value_gpu

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

Source from the content-addressed store, hash-verified

3602
3603 @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled')
3604 def test_cossim_value_gpu(self):
3605 self._cossim_value(gpu_dev)
3606
3607 def test_cossim_value_cpu(self):
3608 self._cossim_value(cpu_dev)

Callers

nothing calls this directly

Calls 1

_cossim_valueMethod · 0.95

Tested by

no test coverage detected