官方文档transpose()torch.transpose(input,dim0,dim1,out=None)→ Tensor函数返回输入矩阵input的转置。交换维度dim0和dim1.
確定! 回上一頁