Tensor's precision

I need to know the machine precisions of Tensors. Where can I look for? Can I assume it is the same as corresponding Numpy’s types?

Look at the doc for (torch.Tensor](http://pytorch.org/docs/master/tensors.html), that should contain everything you need :slight_smile: