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

Method test_Greater_gpu

test/python/test_onnx.py:1041–1042  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1039
1040 @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled')
1041 def test_Greater_gpu(self):
1042 self._Greater_helper(gpu_dev)
1043
1044 def _HardSigmoid_helper(self, dev):
1045 x = np.array([-0.9, -0.3, -0.1, 0.1, 0.5,

Callers

nothing calls this directly

Calls 1

_Greater_helperMethod · 0.95

Tested by

no test coverage detected