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

Method test_HardSigmoid_cpu

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

Source from the content-addressed store, hash-verified

1065 decimal=5)
1066
1067 def test_HardSigmoid_cpu(self):
1068 self._HardSigmoid_helper(cpu_dev)
1069
1070 @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled')
1071 def test_HardSigmoid_gpu(self):

Callers

nothing calls this directly

Calls 1

_HardSigmoid_helperMethod · 0.95

Tested by

no test coverage detected