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

Method test_inference_cpu

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

Source from the content-addressed store, hash-verified

2000 decimal=5)
2001
2002 def test_inference_cpu(self):
2003 self._inference_helper(cpu_dev)
2004
2005 @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled')
2006 def test_inference_gpu(self):

Callers

nothing calls this directly

Calls 1

_inference_helperMethod · 0.95

Tested by

no test coverage detected