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

Method test_prelu_cpu

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

Source from the content-addressed store, hash-verified

1276 decimal=5)
1277
1278 def test_prelu_cpu(self):
1279 self._prelu_helper(cpu_dev)
1280
1281 @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled')
1282 def test_prelu_gpu(self):

Callers

nothing calls this directly

Calls 1

_prelu_helperMethod · 0.95

Tested by

no test coverage detected