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

Method test_Sub_gpu

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

Source from the content-addressed store, hash-verified

980
981 @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled')
982 def test_Sub_gpu(self):
983 self._Sub_helper(gpu_dev)
984
985 def _Sqrt_helper(self, dev):
986 X = np.array([0.1, 1.0, 0.4, 4.0, 0.9,

Callers

nothing calls this directly

Calls 1

_Sub_helperMethod · 0.95

Tested by

no test coverage detected