(self)
| 3235 | self.check_shape(db.shape(), (3, 10)) |
| 3236 | |
| 3237 | def test_cossim_cpu(self): |
| 3238 | self.cossim_helper(cpu_dev) |
| 3239 | |
| 3240 | @unittest.skipIf(not singa_wrap.USE_CUDA, 'CUDA is not enabled') |
| 3241 | def test_cossim_gpu(self): |
nothing calls this directly
no test coverage detected