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

Method test_SeLU_cpu

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

Source from the content-addressed store, hash-verified

1943 decimal=5)
1944
1945 def test_SeLU_cpu(self):
1946 self._SeLU_helper(cpu_dev)
1947
1948 @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled')
1949 def test_SeLU_gpu(self):

Callers

nothing calls this directly

Calls 1

_SeLU_helperMethod · 0.95

Tested by

no test coverage detected