(self)
| 24 | self._offset = offsets.clone().detach().to(self.device).float() |
| 25 | |
| 26 | def kinematic_tree(self): |
| 27 | return self._kinematic_tree |
| 28 | |
| 29 | def parents(self): |
| 30 | return self._parents |
nothing calls this directly
no outgoing calls
no test coverage detected