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

Method test_ELu_gpu

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

Source from the content-addressed store, hash-verified

824
825 @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled')
826 def test_ELu_gpu(self):
827 self._ELu_helper(gpu_dev)
828
829 # No Op registered for equal with domain_version of 11
830 # def _Equal_helper(self, dev):

Callers

nothing calls this directly

Calls 1

_ELu_helperMethod · 0.95

Tested by

no test coverage detected