TensorArgminTensor.argmin() Returns the index of the minimum value in the tensor. Usage from tinygrad.tensor import Tensor tensor = Tensor([1, 2, 3, 4, 5, 6]) print(tensor.argmin()) Return value 0.0ArgmaxAssign