(self)
| 1613 | |
| 1614 | @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled') |
| 1615 | def test_reciprocal_gpu(self): |
| 1616 | self._reciprocal_helper(gpu_dev) |
| 1617 | |
| 1618 | def _constantOfShape_helper(self, dev): |
| 1619 | X = np.array([4, 3, 2]).astype(np.int64) |
nothing calls this directly
no test coverage detected