(self)
| 1191 | |
| 1192 | @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled') |
| 1193 | def test_Sub_gpu(self): |
| 1194 | self._Sub_helper(gpu_dev) |
| 1195 | |
| 1196 | def _Pow_helper(self, dev): |
| 1197 | X0 = np.array([7, 5, 0.2, 0.1, 0.3, 4]).reshape(3, 2).astype(np.float32) |
nothing calls this directly
no test coverage detected