(self)
| 1558 | |
| 1559 | @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled') |
| 1560 | def test_not_gpu(self): |
| 1561 | self._not_helper(gpu_dev) |
| 1562 | |
| 1563 | def _negative_helper(self, dev): |
| 1564 | X = np.array([0.1, 0, 0.4, 1. - 4, 0.9, |
nothing calls this directly
no test coverage detected