TensorDtypeTensor.dtype Return the dtype of the tensor. Usage from tinygrad.tensor import Tensor # create a tensor tensor = Tensor([[1, 2, 3, 4, 5]]) # get the dtype of the tensor print(tensor.dtype) Return value dtypes.floatDropoutElement Size