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

Method test_erf_gpu

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

Source from the content-addressed store, hash-verified

3649
3650 @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled')
3651 def test_erf_gpu(self):
3652 self.erf_helper(gpu_dev)
3653
3654
3655if __name__ == '__main__':

Callers

nothing calls this directly

Calls 1

erf_helperMethod · 0.95

Tested by

no test coverage detected