(self)
| 3605 | self._cossim_value(gpu_dev) |
| 3606 | |
| 3607 | def test_cossim_value_cpu(self): |
| 3608 | self._cossim_value(cpu_dev) |
| 3609 | |
| 3610 | def test_mse_loss_value(self, dev=cpu_dev): |
| 3611 | y = np.random.random((1000, 1200)).astype(np.float32) |
nothing calls this directly
no test coverage detected