Tensor. T. Is this Tensor with its dimensions reversed. If n is the number of dimensions in x , x.T is equivalent to x.permute(n-1, n-2, ..., 0) .
確定! 回上一頁