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

Method test_Tanh_gpu

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

Source from the content-addressed store, hash-verified

607
608 @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled')
609 def test_Tanh_gpu(self):
610 self._Tanh_helper(gpu_dev)
611
612 def _Acos_helper(self, dev):
613 x = np.array([0.1, -1.0, 0.4, 4.0, -0.9,

Callers

nothing calls this directly

Calls 1

_Tanh_helperMethod · 0.95

Tested by

no test coverage detected