torch.Tensor.Tensor.arctan2
Tensor.arctan2<O extends Shape>(other: Tensor<O>): Tensor<DynamicShape, D, Dev>Alias for atan2 using numpy-style naming.
Parameters
otherTensor<O>
Returns
Tensor<DynamicShape, D, Dev>See Also
- PyTorch numpy.arctan2
- atan2 - The main function with full documentation