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

Method test_Sin_gpu

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

Source from the content-addressed store, hash-verified

529
530 @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled')
531 def test_Sin_gpu(self):
532 self._Sin_helper(gpu_dev)
533
534 def _Sinh_helper(self, dev):
535 x = np.array([0.1, -1.0, 0.4, 4.0, -0.9,

Callers

nothing calls this directly

Calls 1

_Sin_helperMethod · 0.95

Tested by

no test coverage detected