(self)
| 1817 | |
| 1818 | @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled') |
| 1819 | def test_min_3inputs_gpu(self): |
| 1820 | self._min_3inputs_helper(gpu_dev) |
| 1821 | |
| 1822 | def _min_1inputs_helper(self, dev): |
| 1823 | data_0 = np.array([3, 2, 1]).astype(np.float32) |
nothing calls this directly
no test coverage detected