(self)
| 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): |
nothing calls this directly
no test coverage detected