For-loop with a 2D matrix of size 0

We dont have zero-dimensional Tensors.

a = torch.FloatTensor(0, 4)
print(a.size())
torch.Size([])