(self)
| 18 | return len(self._raw_offset) |
| 19 | |
| 20 | def offset(self): |
| 21 | return self._offset |
| 22 | |
| 23 | def set_offset(self, offsets): |
| 24 | self._offset = offsets.clone().detach().to(self.device).float() |
nothing calls this directly
no outgoing calls
no test coverage detected