Why is there no __init__() in tensor.py?

I can’t find init() constructor in torch/tensor.py.
How are the tensors constructed?
And what will happen when I run “torch.tensor([1,2,3])”?

Pytorch version is 1.0