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

Method test_Relu_cpu

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

Source from the content-addressed store, hash-verified

740 decimal=5)
741
742 def test_Relu_cpu(self):
743 self._Relu_helper(cpu_dev)
744
745 @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled')
746 def test_Relu_gpu(self):

Callers

nothing calls this directly

Calls 1

_Relu_helperMethod · 0.95

Tested by

no test coverage detected