(self)
| 3239 | |
| 3240 | @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled') |
| 3241 | def test_cossim_gpu(self): |
| 3242 | self.cossim_helper(gpu_dev) |
| 3243 | |
| 3244 | def expand_helper(self, dev): |
| 3245 | shape = [3, 1] |
nothing calls this directly
no test coverage detected