min(), max(), aminmax(), amin(), amax(), argmin() and argmax() in PyTorch
min() can get one or more minimum values as shown below: *Memos: min() can be called both from torch and a tensor. Setting a dimension(dim) to the 2nd argument with torch or the 1st argument with a tensor gets zero...