Reload ``numpy`` from self.tensor.
(self)
| 423 | return cat_points |
| 424 | |
| 425 | def numpy(self) -> np.ndarray: |
| 426 | """Reload ``numpy`` from self.tensor.""" |
| 427 | return self.tensor.numpy() |
| 428 | |
| 429 | def to(self, device: Union[str, torch.device], *args, |
| 430 | **kwargs) -> 'BasePoints': |
no outgoing calls
no test coverage detected