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

Method test_Atanh_gpu

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

Source from the content-addressed store, hash-verified

763
764 @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled')
765 def test_Atanh_gpu(self):
766 self._Atanh_helper(gpu_dev)
767
768 def _SeLu_helper(self, dev):
769 x = np.array([-0.9, -0.3, -0.1, 0.1, 0.5,

Callers

nothing calls this directly

Calls 1

_Atanh_helperMethod · 0.95

Tested by

no test coverage detected