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

Method test_Greater_gpu

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

Source from the content-addressed store, hash-verified

114
115 @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled')
116 def test_Greater_gpu(self):
117 self._greater_helper(gpu_dev)
118
119 def _conv2d_helper(self, dev):
120 # (out_channels, kernel_size)

Callers

nothing calls this directly

Calls 1

_greater_helperMethod · 0.95

Tested by

no test coverage detected