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

Method test_relu_cpu

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

Source from the content-addressed store, hash-verified

96 decimal=5)
97
98 def test_relu_cpu(self):
99 self._relu_helper(cpu_dev)
100
101 @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled')
102 def test_relu_gpu(self):

Callers

nothing calls this directly

Calls 1

_relu_helperMethod · 0.95

Tested by

no test coverage detected