torch.Tensor.Tensor.copysign_
In-place element-wise copy of sign from other to self.
Parameters
otherTensor- Tensor containing signs to copy
Returns
this– This tensor modified in-placeIn-place element-wise copy of sign from other to self.
otherTensorthis– This tensor modified in-place