torch.transpose(input, dim0, dim1) → Tensor. 返回张量,它是 input 的转置版本。给定的尺寸 dim0 和 dim1 被交换。 生成的 out 张量与 input 张量共享其底层存储, ...
確定! 回上一頁