Tutorials
Contents
Rescale
Rescale the tensor by dividing it by \(\alpha\).
y (torch.tensor): Input tensor with arbitrary shape.
y
torch.tensor
torch.tensor: Rescaled tensor with the same shape as the input.