(self)
| 1151 | |
| 1152 | @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled') |
| 1153 | def test_Less_gpu(self): |
| 1154 | self._Less_helper(gpu_dev) |
| 1155 | |
| 1156 | def _Sub_helper(self, dev): |
| 1157 | X0 = np.array([7, -5, 0.2, -0.1, 0.3, 4]).reshape(3, |
nothing calls this directly
no test coverage detected