TensormeanTensor.mean() Returns the mean of the tensor. Usage from tinygrad.tensor import Tensor a1 = Tensor([1, 2, 3, 4]) print(a1.mean().numpy()) Return value 2.5maximummin