mindspore.ops.t =============== .. py:function:: mindspore.ops.t(input) 转置二维tensor,维度小于二的tensor按原样返回。 参数: - **input** (Tensor) - 输入tensor。 返回: Tensor