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

Method test_inference_gpu

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

Source from the content-addressed store, hash-verified

2004
2005 @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled')
2006 def test_inference_gpu(self):
2007 self._inference_helper(gpu_dev)
2008
2009 def _retraining_helper(self, dev):
2010 # forward

Callers

nothing calls this directly

Calls 1

_inference_helperMethod · 0.95

Tested by

no test coverage detected