(self)
| 916 | |
| 917 | @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled') |
| 918 | def test_Sign_gpu(self): |
| 919 | self._Sign_helper(gpu_dev) |
| 920 | |
| 921 | def _Div_helper(self, dev): |
| 922 | x0 = np.array([-0.9, -0.3, -0.1, 0.1, 0.5, |
nothing calls this directly
no test coverage detected