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

Method test_Atan_gpu

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

Source from the content-addressed store, hash-verified

1096
1097 @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled')
1098 def test_Atan_gpu(self):
1099 self._Atan_helper(gpu_dev)
1100
1101 def _Atanh_helper(self, dev):
1102 X = np.array([-0.9, -0.3, -0.1, 0.1, 0.5,

Callers

nothing calls this directly

Calls 1

_Atan_helperMethod · 0.95

Tested by

no test coverage detected