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

Method test_Acos_gpu

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

Source from the content-addressed store, hash-verified

633
634 @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled')
635 def test_Acos_gpu(self):
636 self._Acos_helper(gpu_dev)
637
638 def _Acosh_helper(self, dev):
639 x = np.array([0.1, -1.0, 0.4, 4.0, -0.9,

Callers

nothing calls this directly

Calls 1

_Acos_helperMethod · 0.95

Tested by

no test coverage detected