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

Method test_ELu_cpu

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

Source from the content-addressed store, hash-verified

820 decimal=5)
821
822 def test_ELu_cpu(self):
823 self._ELu_helper(cpu_dev)
824
825 @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled')
826 def test_ELu_gpu(self):

Callers

nothing calls this directly

Calls 1

_ELu_helperMethod · 0.95

Tested by

no test coverage detected