torch.arctan2# torch.arctan2(input: Tensor, other: Tensor, *, out: Optional[Tensor]) → Tensor# Alias for torch.atan2().