TensornbytesTensor.nbytes() Returns the number of bytes used by the tensor. Usage from tinygrad.tensor import Tensor a1 = Tensor([1, 2, 3, 4]) a1 = a1.nbytes() print(a1) Return value 16mulndim