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

Method test_Acos_gpu

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

Source from the content-addressed store, hash-verified

840
841 @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled')
842 def test_Acos_gpu(self):
843 self._Acos_helper(gpu_dev)
844
845 def _Acosh_helper(self, dev):
846 X = np.array([1.1, 1.5, 1.9, 2.2, 2.5,

Callers

nothing calls this directly

Calls 1

_Acos_helperMethod · 0.95

Tested by

no test coverage detected