(self)
| 207 | |
| 208 | @property |
| 209 | def get_features(self): |
| 210 | features_dc = self._features_dc |
| 211 | features_rest = self._features_rest |
| 212 | return torch.cat((features_dc, features_rest), dim=1) |
| 213 | |
| 214 | @property |
| 215 | def get_opacity(self): |
nothing calls this directly
no outgoing calls
no test coverage detected