torch.Size: Shape of points.
(self)
| 152 | |
| 153 | @property |
| 154 | def shape(self) -> torch.Size: |
| 155 | """torch.Size: Shape of points.""" |
| 156 | return self.tensor.shape |
| 157 | |
| 158 | def shuffle(self) -> Tensor: |
| 159 | """Shuffle the points. |
nothing calls this directly
no outgoing calls
no test coverage detected