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

Method test_Less_gpu

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

Source from the content-addressed store, hash-verified

1151
1152 @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled')
1153 def test_Less_gpu(self):
1154 self._Less_helper(gpu_dev)
1155
1156 def _Sub_helper(self, dev):
1157 X0 = np.array([7, -5, 0.2, -0.1, 0.3, 4]).reshape(3,

Callers

nothing calls this directly

Calls 1

_Less_helperMethod · 0.95

Tested by

no test coverage detected