(self)
| 1632 | |
| 1633 | @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled') |
| 1634 | def test_max_1inputs_gpu(self): |
| 1635 | self._max_1inputs_helper(gpu_dev) |
| 1636 | |
| 1637 | def _Div_helper(self, dev): |
| 1638 | X0 = np.array([7, -5, 0.2, -0.1, 0.3, 4]).reshape(3, |
nothing calls this directly
no test coverage detected