(dtype=torch.float64)
| 344 | |
| 345 | @staticmethod |
| 346 | def get_default_affine(dtype=torch.float64) -> torch.Tensor: |
| 347 | return torch.eye(4, device=torch.device("cpu"), dtype=dtype) |
| 348 | |
| 349 | def as_tensor(self) -> torch.Tensor: |
| 350 | """ |
no outgoing calls
no test coverage detected