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

Method test_noneZero_gpu

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

Source from the content-addressed store, hash-verified

3090
3091 @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled')
3092 def test_noneZero_gpu(self):
3093 self.noneZero_test(gpu_dev)
3094
3095 def cast_test(self, dev):
3096 config = [

Callers

nothing calls this directly

Calls 1

noneZero_testMethod · 0.95

Tested by

no test coverage detected