(self)
| 1465 | |
| 1466 | @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled') |
| 1467 | def test_and_gpu(self): |
| 1468 | self._and_helper(gpu_dev) |
| 1469 | |
| 1470 | def _or_helper(self, dev): |
| 1471 | x0 = np.array([1.0, 1.0, 2.0, -3.0, 0, |
nothing calls this directly
no test coverage detected