torch.arctan2¶ torch.arctan2(input: Tensor, other: Tensor, *, out: Optional[Tensor]) → Tensor¶ 别名,等同于 torch.atan2()。