Confusion about torch.Tensor

First I define a torch Tensor, then I inspect it in Pycharm Debug Window, a odd problem occurs.


it seems that I can have endless t.T.T.T… , and they have the same value and structure, the same as t.data.data.data, could anyone give me an explansion.