(self, feats: torch.Tensor, coords: torch.Tensor, shape: Optional[torch.Size] = None, **kwargs)
| 359 | |
| 360 | @overload |
| 361 | def __init__(self, feats: torch.Tensor, coords: torch.Tensor, shape: Optional[torch.Size] = None, **kwargs): ... |
| 362 | |
| 363 | @overload |
| 364 | def __init__(self, data, shape: Optional[torch.Size] = None, **kwargs): ... |
nothing calls this directly
no test coverage detected