I saw the code below in pytorch. x = self.embedding(lineList) # [B, T, E]
What # [B, T, E] means in pytorch?