arange(), linspace(), logspace() and normal() in PyTorch
arange() can create the 1D tensor of zero or more integers or floating-point numbers as shown below: *Memos: arange() can be used only from torch but not from a tensor. The 1st argument is start which is 0 by default....