(self)
| 948 | |
| 949 | @unittest.skipIf(not singa_api.USE_CUDA, 'CUDA is not enabled') |
| 950 | def test_Div_gpu(self): |
| 951 | self._Div_helper(gpu_dev) |
| 952 | |
| 953 | def _Sub_helper(self, dev): |
| 954 | x0 = np.array([-0.9, -0.3, -0.1, 0.1, 0.5, |
nothing calls this directly
no test coverage detected