Difference between `torch.dtype` and `torch.tensortype`

Hi,

dtype is a datatype, like torch.float or torch.double
tensortype is a type of tensor, like torch.FloatTensor, torch.DoubleTensor.

5 Likes